Allow ruff to --fix during pre-commit (#1181)
This commit is contained in:
parent
5bfbbb82e4
commit
df992f140a
|
@ -46,6 +46,7 @@ repos:
|
|||
types: [text]
|
||||
stages: [commit, push, manual]
|
||||
- id: ruff
|
||||
args: [ --fix ]
|
||||
files: ^spiffworkflow-backend/
|
||||
name: ruff
|
||||
entry: ruff
|
||||
|
|
Loading…
Reference in New Issue