diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dae3f4f63d..74620f58bd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: - -d - "{extends: relaxed, rules: {line-length: {max: 90}}}" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.14 + rev: v0.15.2 hooks: - id: ruff-check - id: ruff-format @@ -89,4 +89,4 @@ repos: - types-chardet ci: - autoupdate_schedule: monthly + autoupdate_schedule: weekly diff --git a/pyproject.toml b/pyproject.toml index da0d7b3291..58bc385343 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -143,7 +143,6 @@ ignore = [ "S404", "SIM105", "SIM115", - "UP038", # https://github.com/astral-sh/ruff/issues/7871 # https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules "W191", "E111",