mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
Fixes what looks like a conflict between black and flake8
This commit is contained in:
parent
1771d18a21
commit
e2303235cd
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue