8 lines
184 B
INI
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
|