Skip to content

Commit

Permalink
Merge pull request #495 from conda/maresb-patch-2
Browse files Browse the repository at this point in the history
Fix ruff pre-commit
  • Loading branch information
maresb authored Aug 31, 2023
2 parents eb1cd9f + 7c97b72 commit c1c4dc1
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 @@ -22,7 +22,7 @@ repos:
rev: v0.0.286
hooks:
- id: ruff
args: ["--fix"]
args: [--fix, --exit-non-zero-on-fix]

# Ruff should catch (and mostly fix) everything that flake8 and isort do; if
# either of these checks fails, can Ruff's config be updated to catch the same?
Expand Down

0 comments on commit c1c4dc1

Please sign in to comment.