diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8a67b5f..59c2c983 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,9 +14,9 @@ repos: - id: debug-statements - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.12 + rev: v0.14.6 hooks: - - id: ruff + - id: ruff-check args: ["--fix", "--show-fixes"] - id: ruff-format diff --git a/pyproject.toml b/pyproject.toml index b3017991..164ba5dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -204,13 +204,13 @@ ignore = [ "PT001", "PT011", "PT012", + "PT031", "RET505", "RET506", "SIM108", "TRY003", "TRY301", "UP007", - "UP038", # https://github.com/astral-sh/ruff/issues/7871 # https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules "W191", "E111",