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 e9f43bd commit 869be3dCopy full SHA for 869be3d
setup.cfg
@@ -1,6 +1,7 @@
1
[flake8]
2
# E203: black and flake8 disagree on whitespace before ':'
3
# W503: black and flake8 disagree on how to place operators
4
+# E704: black and flake8 disagree on Multiple statements on one line (def)
5
ignore = E203, W503, E704
6
max-line-length = 88
7
exclude =
0 commit comments