1
0
Fork 0
bthlabs-jsonrpc/packages/bthlabs-jsonrpc-django/setup.cfg

8 lines
184 B
INI

[flake8]
exclude = .venv/,.pytest_cache/,example/*/migrations/*.py,testing/migrations/*.py
ignore = E402
max-line-length = 119
[tool:pytest]
DJANGO_SETTINGS_MODULE = testing.settings