Skip to content

Commit

Permalink
Add '--fix' argument to 'ruff' pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
SkypLabs committed Nov 27, 2024
1 parent acf6f7a commit 3927b94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ repos:
rev: 0710b94280408eef12748cde4782972942370ad2 # frozen: v0.8.0
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format

0 comments on commit 3927b94

Please sign in to comment.