Skip to content

Commit

Permalink
ci: Omit --fix arg
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jmgate committed Jul 1, 2024
1 parent 508b27d commit 656503c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ repos:
rev: v0.4.10
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format

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

0 comments on commit 656503c

Please sign in to comment.