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 597e30b commit d1d51a7Copy full SHA for d1d51a7
.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