Skip to content

Commit

Permalink
add back --exit-non-zero-on-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Jan 5, 2025
1 parent 24f9409 commit eca489e
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 @@ -31,7 +31,7 @@ repos:
rev: v0.8.6
hooks:
- id: ruff
args: [ --fix ]
args: [ --fix, --exit-non-zero-on-fix ]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.1
Expand Down

0 comments on commit eca489e

Please sign in to comment.