17 lines
215 B
INI
17 lines
215 B
INI
|
[pep8]
|
||
|
exclude = migrations
|
||
|
|
||
|
[flake8]
|
||
|
exclude = migrations,.ropeproject/*
|
||
|
|
||
|
[coverage:run]
|
||
|
source = .
|
||
|
branch = True
|
||
|
|
||
|
[coverage:report]
|
||
|
omit = tests.py
|
||
|
show_missing = True
|
||
|
|
||
|
[coverage:html]
|
||
|
directory = coverage-report
|