funquail/api/setup.cfg

37 lines
1.1 KiB
INI
Raw Normal View History

[flake8]
max-line-length = 120
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,tests/data,tests/music/conftest.py
ignore = F405,W503,E203
2018-06-10 10:55:16 +02:00
[isort]
skip_glob = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
[pep8]
max-line-length = 120
exclude=.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
2018-03-12 23:06:32 +01:00
2018-03-19 15:31:55 +01:00
[tool:pytest]
2018-03-12 23:06:32 +01:00
python_files = tests.py test_*.py *_tests.py
testpaths = tests
2020-03-18 11:57:33 +01:00
addopts = -p no:warnings
env =
SECRET_KEY=test
EMAIL_CONFIG=consolemail://
CELERY_BROKER_URL=memory://
CELERY_TASK_ALWAYS_EAGER=True
2020-03-11 11:39:55 +01:00
FUNKWHALE_HOSTNAME_SUFFIX=
FUNKWHALE_HOSTNAME_PREFIX=
FUNKWHALE_HOSTNAME=test.federation
FEDERATION_HOSTNAME=test.federation
2020-03-11 11:39:55 +01:00
FUNKWHALE_URL=https://test.federation
DEBUG_TOOLBAR_ENABLED=False
DEBUG=False
WEAK_PASSWORDS=True
CREATE_IMAGE_THUMBNAILS=False
2019-01-11 12:02:52 +01:00
FORCE_HTTPS_URLS=False
2019-05-10 09:34:12 +02:00
FUNKWHALE_SPA_HTML_ROOT=http://noop/
2019-07-01 14:00:32 +02:00
PROXY_MEDIA=true
MUSIC_USE_DENORMALIZATION=true
EXTERNAL_MEDIA_PROXY_ENABLED=true
2020-03-18 15:52:23 +01:00
DISABLE_PASSWORD_VALIDATORS=false
DISABLE_PASSWORD_VALIDATORS=false