We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bed2272 + 344610b commit e5ab566Copy full SHA for e5ab566
.flake8
@@ -1,7 +1,7 @@
1
[flake8]
2
select = B,B9,C,DAR,E,F,N,RST,S,W
3
# remove after D202 eventually
4
-ignore = E203,E501,RST201,RST203,RST301,W503,D202,B950,C901
+ignore = E203,E501,RST201,RST203,RST301,W503,D202,B950,C901,B907
5
max-line-length = 80
6
max-complexity = 10
7
docstring-convention = google
0 commit comments