We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eba2b6 commit 30e54d2Copy full SHA for 30e54d2
.flake8
@@ -9,3 +9,5 @@ select = C,E,F,W,B,B9
9
# W503: line break before binary operator (black behaviour)
10
# C901: "method is too complex" -- it's too complex to fix existing modules. Disable for now
11
ignore = E203,E501,W503,B950,C901
12
+per-file-ignores=
13
+ __init__.py:F401
0 commit comments