9 lines
173 B
INI
9 lines
173 B
INI
[tool:pytest]
|
|
DJANGO_SETTINGS_MODULE = tests._sandbox.settings
|
|
norecursedirs = .tox .git
|
|
django_find_project = true
|
|
|
|
[flake8]
|
|
ignore=E731
|
|
exclude=
|
|
src/**/migrations/*.py |