From 9bd4aee1b464524fb7924f49aeeeab8e993cba1e Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Fri, 28 Jun 2019 20:16:38 +0300 Subject: [PATCH] flake.cfg: Update to yapf formatting Signed-off-by: Pavel Emelyanov --- scripts/flake8.cfg | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/scripts/flake8.cfg b/scripts/flake8.cfg index 4231e843d..b6a587729 100644 --- a/scripts/flake8.cfg +++ b/scripts/flake8.cfg @@ -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