Skip to content

Commit 9e6a11e

Browse files
authored
Add whitespace-before colon ignore (#114)
1 parent e94a60f commit 9e6a11e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ ignore =
99
E722,
1010
# do not assign a lambda expression
1111
E731
12+
# let black handle whitespace before ':'
13+
E203

0 commit comments

Comments
 (0)