mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
added tests to pycodestyle ignore for now. 79 characters really doesnt work there and i don't really care enough.
This commit is contained in:
parent
e40a1cb317
commit
52c3e6df45
@ -1,6 +1,5 @@
|
||||
[pycodestyle]
|
||||
exclude = migrations, paperless/settings.py, .tox
|
||||
ignore = E501
|
||||
exclude = migrations, paperless/settings.py, .tox, */tests/*
|
||||
|
||||
[tool:pytest]
|
||||
DJANGO_SETTINGS_MODULE=paperless.settings
|
||||
|
Loading…
x
Reference in New Issue
Block a user