We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f37ccb commit e92dbc6Copy full SHA for e92dbc6
1 file changed
{{cookiecutter.project_name}}/.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: ruff-format
20
args: [--config=.ruff.toml]
21
22
- - id: ruff
+ - id: ruff-check
23
args: [--fix, --exit-non-zero-on-fix, --config=.ruff.toml]
24
25
- repo: https://github.com/doublify/pre-commit-rust
0 commit comments