diff --git a/.style.yapf b/.style.yapf
index 4741fb4f3bbc6681088cf9e960321e7b857a93a8..a4b3f65252f9bc611940e686a4fb46e49f354690 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 757c71705e50cdf3f67c31c4e77191839cecbd19..f8bff0435587770fb366ccfee54c63f1cb518d9a 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