Skip to content

Commit bafe8a5

Browse files
committed
lint: Disable E203 that will conflict with Black.
1 parent 0022b6d commit bafe8a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.flake8

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
ignore =
33
# Each of these rules are ignored for the explained reason.
44

5+
# "whitespace before ':'"
6+
# Black disagrees with this.
7+
E203,
8+
59
# "multiple spaces before operator"
610
# There are several typos here, but also several instances that are
711
# being used for alignment in dict keys/values using the `dict`

0 commit comments

Comments
 (0)