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 9542cb5 commit fcc0d0aCopy full SHA for fcc0d0a
.flake8
@@ -1,6 +1,7 @@
1
[flake8]
2
-ignore = E203, E266
+inline-quotes = "
3
+ignore = E203, E266, W503, ANN002, ANN003, ANN101, ANN102, ANN401, N807, N818
4
max-line-length = 79
5
max-complexity = 18
-select = B,C,E,F,W,T4,B9
6
+select = B,C,E,F,W,T4,B9,ANN,Q0,N8,VNE
7
exclude = venv, tests
0 commit comments