django-select2/setup.cfg
Johannes Hoppe 5dfd8553cc Added tests
2015-09-29 13:55:05 +02:00

24 lines
442 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]
ignore = D100,D101,D102,D103
explain = true
count = true
[isort]
atomic = true
multi_line_output = 5
line_length = 79
skip = manage.py,docs
known_first_party = django_select2
combine_as_imports = true