mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -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]
|
||||
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