Fix warning during pre-commit (#1231)

This commit is contained in:
jbirddog 2024-03-18 14:28:03 -04:00 committed by GitHub
parent f240d17b83
commit 9b1d971af4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -3,14 +3,11 @@ repos:
hooks:
- id: black
name: black
# entry: bash -c 'cd spiffworkflow-backend && black'
entry: black
language: system
files: ^spiffworkflow-backend/
types: [python]
line-length: 130
require_serial: true
# exclude: ^migrations/
exclude: "/migrations/"
# --preview because otherwise it will not fix long lines if the long lines contain long strings