ojuso-map/setup.cfg

13 lines
354 B
INI
Raw Normal View History

2019-08-19 21:52:27 +00:00
[flake8]
max-line-length = 120
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs/*,node_modules
[pycodestyle]
max-line-length = 120
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
2018-04-08 20:22:31 +00:00
[tool:pytest]
DJANGO_SETTINGS_MODULE = ojusomap.settings
python_files = tests.py test_*.py *_tests.py
addopts = --reuse-db --strict --tb=short