Skip to content

Commit f0941b4

Browse files
author
Ryan P Kilby
committed
Merge tools configs into setup.cfg
1 parent 033ee8f commit f0941b4

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

flake8

Lines changed: 0 additions & 4 deletions
This file was deleted.

.coveragerc renamed to setup.cfg

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
# .coveragerc to control coverage.py
2-
[run]
1+
[flake8]
2+
max-line-length = 120
3+
exclude = docs/*,demo/*
4+
ignore = F403
5+
6+
7+
[coverage:run]
38
omit=*site-packages*,*distutils*,*migrations*
49

5-
[report]
10+
[coverage:report]
611
# Regexes for lines to exclude from consideration
712
exclude_lines =
813
# Have to re-enable the standard pragma
@@ -22,5 +27,5 @@ exclude_lines =
2227

2328
ignore_errors = True
2429

25-
[html]
26-
directory = coverage_html
30+
[coverage:html]
31+
directory = coverage_html

0 commit comments

Comments
 (0)