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 ab47925 commit da29968Copy full SHA for da29968
.flake8
@@ -1,5 +1,7 @@
1
[flake8]
2
-ignore = E203, E266, E501, W503, E402, E731, C901, B950, B011
+ignore =
3
+ E203, E266, E501, W503, E402, E731, C901, B950, B011,
4
+ B014 // does not apply to Python 2
5
max-line-length = 80
6
max-complexity = 18
7
select = B,C,E,F,W,T4,B9
0 commit comments