mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-17 05:50:23 +00:00
21 lines
385 B
INI
21 lines
385 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
|
|
combine_as_imports = true
|