.flake8: ignore E203 whitespace before ':'
This commit is contained in:
parent
a45d4e93be
commit
4d33e7dc80
4
.flake8
4
.flake8
@ -9,6 +9,8 @@ ignore =
|
|||||||
# E261 at least two spaces before inline comment
|
# E261 at least two spaces before inline comment
|
||||||
E261,
|
E261,
|
||||||
# W504 line break after binary operator
|
# W504 line break after binary operator
|
||||||
W504
|
W504,
|
||||||
|
# E203 whitespace before ':'
|
||||||
|
E203
|
||||||
|
|
||||||
max-line-length = 127
|
max-line-length = 127
|
||||||
|
Loading…
Reference in New Issue
Block a user