mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-17 10:13:56 -05:00
Fixes what looks like a conflict between black and flake8
This commit is contained in:
parent
1771d18a21
commit
e2303235cd
@ -62,6 +62,7 @@ repos:
|
|||||||
exclude: "(migrations)|(paperless/settings.py)|(.*\\.tox)|(.*/tests/.*)"
|
exclude: "(migrations)|(paperless/settings.py)|(.*\\.tox)|(.*/tests/.*)"
|
||||||
args:
|
args:
|
||||||
- "--max-line-length=88"
|
- "--max-line-length=88"
|
||||||
|
- "--ignore=E203,W503"
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 22.1.0
|
rev: 22.1.0
|
||||||
hooks:
|
hooks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user