We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bafc29c commit b26e5e1Copy full SHA for b26e5e1
.flake8
@@ -0,0 +1,5 @@
1
+[flake8]
2
+ignore = E203, E266, E501, W503, F403, F401
3
+max-line-length = 79
4
+max-complexity = 18
5
+select = B,C,E,F,W,T4,B9
0 commit comments