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.
1 parent 61c0e99 commit 98da603Copy full SHA for 98da603
.flake8
@@ -1,6 +1,6 @@
1
[flake8]
2
select = B,B9,C,D,DAR,E,F,N,RST,S,W
3
-ignore = E203,E501,RST201,RST203,RST301,W503
+ignore = E203,E501,RST201,RST203,RST301,W503,B902
4
max-line-length = 80
5
max-complexity = 10
6
docstring-convention = google
0 commit comments