From 8f1f040fb55f918a738159af06836b82a0bc2398 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Mon, 28 May 2018 16:29:28 -0600 Subject: Spring Cleaning --- flake8 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'flake8') diff --git a/flake8 b/flake8 index c26b1a7..464614b 100644 --- a/flake8 +++ b/flake8 @@ -3,7 +3,4 @@ exclude = migrations, __init__.py, settings, -# I absolutely do not endorse 120 line length however many legacy projects have long lines -# so I use vim highlighting to higlight the 80 limit and have linting only complain -# about really long lengths -max-line-length = 119 +max-line-length = 99 -- cgit v1.2.3