mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 13:28:27 +00:00
lint/python: ignore E117 over-indented
After recent update of flake8, we have a lot of e117 warnings: test/zdtm.py:1748:5: E117 over-indented test/zdtm.py:1751:5: E117 over-indented test/zdtm.py:1755:6: E117 over-indented test/zdtm.py:1757:7: E117 over-indented test/zdtm.py:1764:6: E117 over-indented test/zdtm.py:1766:5: E117 over-indented test/zdtm.py:1767:6: E117 over-indented Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
parent
d7d5f9fd2d
commit
be28d924cb
@ -6,4 +6,5 @@
|
||||
# E101 indentation contains mixed spaces and tabs
|
||||
# E126 continuation line over-indented for hanging indent
|
||||
# W504 line break after binary operator
|
||||
ignore = W191,E128,E501,E251,E101,E126,W504
|
||||
# E117 over-indented
|
||||
ignore = W191,E128,E501,E251,E101,E126,W504,E117
|
||||
|
Loading…
x
Reference in New Issue
Block a user