Skip to content

Commit

Permalink
update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubcke committed Dec 21, 2024
1 parent 9cc133c commit 17d48de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ repos:
hooks:
- id: ruff
args: [ '--fix' ]
stages: [ commit ]
stages: [ pre-commit ]
- id: ruff-format
stages: [ commit ]
stages: [ pre-commit ]

0 comments on commit 17d48de

Please sign in to comment.