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:
Jonas Winkler 2020-11-21 16:07:28 +01:00
parent db4519a644
commit 110c5c392c

View File

@ -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