mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -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:
@@ -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
|
||||
|
Reference in New Issue
Block a user