From bb43ba0b183891b4607d0c94c397887deef3a14f Mon Sep 17 00:00:00 2001 From: Alexey Voytsekhovskiy Date: Tue, 25 Dec 2018 09:57:58 +0700 Subject: [PATCH] style: set max length = 88 --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index c18ba8b..5232053 100644 --- a/.flake8 +++ b/.flake8 @@ -4,7 +4,7 @@ ignore = C812, I001, T001, I100, I101, I202, I003, F401, E402 exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,front,venv,migrations -max-line-length = 79 +max-line-length = 88 import-order-style = pep8