Skip to content

Commit

Permalink
Configure ruff pre-commit hook to fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Aug 27, 2024
1 parent dc3ec29 commit c28798b
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 @@ -4,5 +4,5 @@ repos:
rev: v0.3.4
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
args: [ --select, I, --fix, --exit-non-zero-on-fix ]
- id: ruff-format

0 comments on commit c28798b

Please sign in to comment.