-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
23 lines (19 loc) · 1.09 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[flake8]
exclude = */migrations/*.py,*/manage.py,ve/*
max-line-length = 88
[tool:pytest]
python_files=registrations/test*.py registrations/**/test*.py changes/test*.py changes/**/test*.py ndoh_hub/test*.py scripts/**/test*.py eventstore/test*.py eventstore/**/test*.py ada/test*.py ada/**/test*.py mqr/**/test_*.py aaq/**/test_*.py
addopts = --verbose --ds=ndoh_hub.testsettings --ignore=ve --cov=ndoh_hub --cov=registrations --cov=changes --cov=scripts --cov=eventstore --cov=ada --cov=aaq --cov=mqr --no-cov-on-fail
[coverage:run]
branch =True
omit = *migrations/*,*test*.py
relative_files = True
[mypy]
ignore_missing_imports = True
[isort]
line_length = 88
# Vertical hanging indent, for black
multi_line_output = 3
skip = ve/
include_trailing_comma = True
known_third_party = aiohttp,attr,celery,demands,dj_database_url,django,django_filters,django_prometheus,django_redis,environ,fixtures,iso639,iso6709,iso8601,kombu,openpyxl,phonenumbers,pkg_resources,psycopg2,pycountry,pytest,pytz,requests,responses,rest_framework,rest_hooks,retry_requests,setuptools,simple_history,six,sqlalchemy,structlog,temba_client