Files
Projet13/setup.cfg
2020-08-11 17:35:09 +01:00

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