flake.cfg: Update to yapf formatting

Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Pavel Emelyanov 2019-06-28 20:16:38 +03:00 committed by Andrei Vagin
parent 38d86fa0a2
commit 9bd4aee1b4

View file

@ -1,10 +1,4 @@
[flake8]
# W191 indentation contains tabs
# E128 continuation line under-indented for visual indent
# E501 line too long
# E251 unexpected spaces around keyword / parameter equals
# E101 indentation contains mixed spaces and tabs
# E126 continuation line over-indented for hanging indent
# W504 line break after binary operator
# E117 over-indented
ignore = W191,E128,E501,E251,E101,E126,W504,E117
ignore = E501,W504