Skip to content

Commit

Permalink
Remove auto-fix option from ruff-precommit pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronzila committed Jul 20, 2023
1 parent 25d2716 commit b143c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
rev: v0.0.273
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --no-cache]
args: [--no-cache]
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
Expand Down

0 comments on commit b143c26

Please sign in to comment.