We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786cabd commit a382b97Copy full SHA for a382b97
.flake8
@@ -1,5 +1,5 @@
1
[flake8]
2
max-line-length = 100
3
enable-extensions = H203,H204,H205,H301,H303,H304,O101,O102
4
-ignore = E203,E402,W503
+ignore = H216,E203,E402,W503
5
exclude=*.egg/*
0 commit comments