django-select2/setup.cfg
2016-02-04 11:59:50 +01:00

22 lines
419 B
INI

[pytest]
norecursedirs = env
addopts = --tb=short -rxs
DJANGO_SETTINGS_MODULE=tests.testapp.settings
[flake8]
max-line-length = 120
max-complexity = 10
statistics = true
show-source = true
exclude = docs,runtests.py,setup.py,env
[pep257]
[isort]
atomic = true
multi_line_output = 5
line_length = 79
skip = manage.py,docs
known_first_party = django_select2, tests
known_third_party = django
combine_as_imports = true