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 430a63e commit 4c2a7fdCopy full SHA for 4c2a7fd
setup.cfg
@@ -4,6 +4,9 @@ python_tag = py3
4
[flake8]
5
exclude = docs
6
max-line-length = 88
7
+# B028 - manually surrouned by quotes - too many instances to fix right now
8
+# W503 - line break before binary operator - black formats it that way
9
+ignore = B028, W503
10
11
[aliases]
12
test = pytest
0 commit comments