mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
18 lines
284 B
INI
18 lines
284 B
INI
[pycodestyle]
|
|
exclude = migrations, paperless/settings.py, .tox
|
|
ignore = E501
|
|
|
|
[tool:pytest]
|
|
DJANGO_SETTINGS_MODULE=paperless.settings
|
|
addopts = --pythonwarnings=all
|
|
env =
|
|
PAPERLESS_SECRET=paperless
|
|
PAPERLESS_EMAIL_SECRET=paperless
|
|
|
|
|
|
[coverage:run]
|
|
source =
|
|
./
|
|
omit =
|
|
*/tests
|