mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-19 10:19:27 -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
db4519a644
commit
110c5c392c
@ -1,6 +1,5 @@
|
|||||||
[pycodestyle]
|
[pycodestyle]
|
||||||
exclude = migrations, paperless/settings.py, .tox
|
exclude = migrations, paperless/settings.py, .tox, */tests/*
|
||||||
ignore = E501
|
|
||||||
|
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
DJANGO_SETTINGS_MODULE=paperless.settings
|
DJANGO_SETTINGS_MODULE=paperless.settings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user