mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
flake.cfg: Update to yapf formatting
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
38d86fa0a2
commit
9bd4aee1b4
1 changed files with 1 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue