summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.style.yapf2
-rw-r--r--flake8.ini4
2 files changed, 3 insertions, 3 deletions
diff --git a/.style.yapf b/.style.yapf
index 4741fb4f3b..a4b3f65252 100644
--- a/.style.yapf
+++ b/.style.yapf
@@ -1,3 +1,3 @@
[style]
based_on_style = pep8
-column_limit = 80
+column_limit = 79
diff --git a/flake8.ini b/flake8.ini
index 757c71705e..f8bff04355 100644
--- a/flake8.ini
+++ b/flake8.ini
@@ -1,3 +1,3 @@
[flake8]
-ignore = W391,F403
-max-line-length = 120 \ No newline at end of file
+ignore = W391,F403,E221
+max-line-length = 79