Skip to content

Commit eab5453

Browse files
committed
Ignore E251 (Unexpected spaces around equals)
1 parent 93340a2 commit eab5453

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ exclude = [
150150
]
151151
ignore = [
152152
# pycodestyle
153+
"E251", # unexpected spaces around equals
153154
"E721", # do not compare types, use isinstance()
154155
"E741", # ambiguous variable name
155156
"F821", # undefined name

0 commit comments

Comments
 (0)