[CRIU] [PATCH v2 2/4] zdtm: flake8: add E127 to ingnore list
Mike Rapoport
rppt at linux.vnet.ibm.com
Sun Nov 27 02:52:55 PST 2016
Make flake8 ingnore "E127: continuation line over-indented for visual
indent".
Signed-off-by: Mike Rapoport <rppt at linux.vnet.ibm.com>
---
scripts/flake8.cfg | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/flake8.cfg b/scripts/flake8.cfg
index 492129e..57d2cfd 100644
--- a/scripts/flake8.cfg
+++ b/scripts/flake8.cfg
@@ -5,4 +5,5 @@
# E251 unexpected spaces around keyword / parameter equals
# E101 indentation contains mixed spaces and tabs
# E126 continuation line over-indented for hanging indent
+# E127 continuation line over-indented for visual indent
ignore = W191,E128,E501,E251,E101,E126
--
1.9.1
More information about the CRIU
mailing list