Skip to content

Commit d634070

Browse files
committed
clean up the flake8 config
1 parent a6bad4d commit d634070

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.cfg

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
[flake8]
2-
exclude = docs, build, .nox
3-
ignore = C901, E203, E266, E501, W503, B905
2+
exclude = build, .nox
43
max-line-length = 88
5-
max-complexity = 18
6-
select = B,C,E,F,W,T4,B9
4+
max-complexity = 10

0 commit comments

Comments
 (0)