Skip to content

Commit 1debfe2

Browse files
committed
flake8 target
1 parent 69b98db commit 1debfe2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

setup.cfg

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[flake8]
2-
exclude=__init__.py
3-
max-line-length=120
2+
exclude = __init__.py
3+
max-line-length = 120
4+
statistics = True
5+
verbose = 2
6+
filename =
7+
src
8+
tests
49

510
[coverage:run]
611
branch = true

0 commit comments

Comments
 (0)