Skip to content

Commit 2207516

Browse files
committed
ci: Omit --fix arg
When running `ruff` via pre-commit, don't automatically fix the problems; instead tell the user what's wrong to train them into not making the problems in the first place.
1 parent 59325de commit 2207516

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.pre-commit-config.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ repos:
1010
rev: v0.5.0
1111
hooks:
1212
- id: ruff
13-
args: [ --fix ]
1413
- id: ruff-format
1514

1615
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)