Merge tools configs into setup.cfg

This commit is contained in:
Ryan P Kilby 2018-08-21 21:16:52 -07:00
parent 033ee8f483
commit f0941b4cc2
2 changed files with 10 additions and 9 deletions

4
flake8
View File

@ -1,4 +0,0 @@
[flake8]
max-line-length = 120
exclude = docs/*,demo/*
ignore = F403

View File

@ -1,8 +1,13 @@
# .coveragerc to control coverage.py
[run]
[flake8]
max-line-length = 120
exclude = docs/*,demo/*
ignore = F403
[coverage:run]
omit=*site-packages*,*distutils*,*migrations*
[report]
[coverage:report]
# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
@ -22,5 +27,5 @@ exclude_lines =
ignore_errors = True
[html]
directory = coverage_html
[coverage:html]
directory = coverage_html