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 19ed6ae commit 57212c9Copy full SHA for 57212c9
setup.cfg
@@ -9,7 +9,7 @@ addopts =
9
10
[flake8]
11
count = True
12
-ignore = E203,W503
+ignore = E203,W503,E704
13
max-complexity = 26
14
max-line-length = 127
15
show-source = True
0 commit comments