9 lines
164 B
INI
9 lines
164 B
INI
[flake8]
|
|
max-line-length = 99
|
|
exclude = **/migrations/*,venv
|
|
|
|
[tool:pytest]
|
|
DJANGO_SETTINGS_MODULE = oc_lettings_site.settings
|
|
python_files = tests.py
|
|
addopts = -v
|