diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4356322..94eec12 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: fail_fast: true - repo: 'https://github.com/astral-sh/ruff-pre-commit' - rev: v0.15.22 + rev: v0.16.0 hooks: - id: ruff args: diff --git a/pyproject.toml b/pyproject.toml index b6b9f14..23e6815 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,9 +21,10 @@ Home = "https://github.com/sefcom/clusterutils" [project.scripts] sc-utilization = "sefcom_clusterutils.utilization:main" -[tool.ruff] +[tool.ruff.lint] select = ["ALL"] ignore = [ + "CPY", "D", "FBT", "T201",