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