mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 12:49:15 +02:00
12 lines
321 B
INI
12 lines
321 B
INI
[flake8]
|
|
max-line-length = 120
|
|
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
|
|
|
|
[pep8]
|
|
max-line-length = 120
|
|
exclude=.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
|
|
|
|
[tool:pytest]
|
|
DJANGO_SETTINGS_MODULE=config.settings.test
|
|
python_files = tests.py test_*.py *_tests.py
|
|
testpaths = tests
|