mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[python] stop flake8 from complaining over binary operators
This commit is contained in:
parent
a79d588f34
commit
578180ea4c
1 changed files with 4 additions and 0 deletions
|
@ -10,3 +10,7 @@ ignore =
|
||||||
E402
|
E402
|
||||||
# Line too long
|
# Line too long
|
||||||
E501
|
E501
|
||||||
|
# Newline before a binary operator
|
||||||
|
W503
|
||||||
|
# Newline after a binary operator
|
||||||
|
W504
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue