diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 03417e4..f5b8a7f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version - rev: v0.9.6 + rev: v0.15.7 hooks: # Run the linter - - id: ruff + - id: ruff-check args: [--fix, --exit-non-zero-on-fix] # Run the formatter - id: ruff-format