mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
.flake8: ignore 'W504 line break after binary operator'
This commit is contained in:
parent
4c56ac7eb3
commit
a45d4e93be
4
.flake8
4
.flake8
@ -7,6 +7,8 @@ ignore =
|
|||||||
# E226: missing whitespace around arithmetic operator
|
# E226: missing whitespace around arithmetic operator
|
||||||
E226,
|
E226,
|
||||||
# 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
|
||||||
|
|
||||||
max-line-length = 127
|
max-line-length = 127
|
||||||
|
Loading…
Reference in New Issue
Block a user