Skip to content

Commit 4080042

Browse files
MHHukiewitzhoh
authored andcommitted
Ignore E704 multiple statements on one line (def) flake8 rule as it conflicts with latest black version
1 parent 6cc3d32 commit 4080042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ exclude =
166166
dist
167167
.eggs
168168
docs/conf.py
169-
ignore = E501 W291 W503 E203
169+
ignore = E501 W291 W503 E203 E704
170170

171171
[isort]
172172
profile = black

0 commit comments

Comments
 (0)