mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Removes flake8 ignored warnings and errors, as black formatting will take care of almost all of these
This commit is contained in:
parent
0fa48cea2a
commit
888e17cb91
@ -59,7 +59,6 @@ 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=E121,E123,E126,E226,E24,E704,W503,W504,E203"
|
|
||||||
- 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