You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
301 B
INI
14 lines
301 B
INI
[coverage:run]
|
|
source = ponyconf, cfp, mailing
|
|
omit = */migrations/*, */apps.py, ponyconf/wsgi.py
|
|
|
|
[flake8]
|
|
max-line-length = 119
|
|
exclude = */migrations/*
|
|
|
|
[isort]
|
|
line_length = 119
|
|
known_django = django
|
|
sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
|
|
skip_glob = **/migrations/*.py
|