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 a618d1d commit a352bbcCopy full SHA for a352bbc
.flake8
@@ -1,3 +1,4 @@
1
[flake8]
2
max-line-length = 125
3
-ignore = W503
+ignore = E203,E211,E221,E225,E231,E241,E251,E261,E266,E501,E701,E704,W503
4
+exclude = examples/*,examples/*/**,*/**/__init__.py
0 commit comments