Skip to content

Commit 4c2a7fd

Browse files
committed
Ignore 2 flake8 suggestions
1 parent 430a63e commit 4c2a7fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ python_tag = py3
44
[flake8]
55
exclude = docs
66
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
710

811
[aliases]
912
test = pytest

0 commit comments

Comments
 (0)