diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d4896c95b3a..d466d4563aff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: black exclude: '^(test-data/)' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.6 + rev: v0.9.10 hooks: - id: ruff args: [--exit-non-zero-on-fix]