Allow ruff to --fix during pre-commit (#1181)

This commit is contained in:
jbirddog 2024-03-08 10:24:00 -05:00 committed by GitHub
parent 5bfbbb82e4
commit df992f140a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ repos:
types: [text]
stages: [commit, push, manual]
- id: ruff
args: [ --fix ]
files: ^spiffworkflow-backend/
name: ruff
entry: ruff