diff --git a/templates/.pre-commit-config.yaml b/templates/.pre-commit-config.yaml index 5af70f0..74408e0 100644 --- a/templates/.pre-commit-config.yaml +++ b/templates/.pre-commit-config.yaml @@ -90,7 +90,7 @@ repos: # This template does not keep up-to-date with versions, visit the repo to see the most recent release. rev: "v0.7.4" hooks: - - id: ruff + - id: ruff-check types: [file, python] args: [--fix, --show-fixes] - id: ruff-format