From 9ccdbedbd0bb349763a582db018e8be335182a2d Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 17 Mar 2017 14:46:28 -0600 Subject: Adding long line highlighting --- flake8 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'flake8') diff --git a/flake8 b/flake8 index da3e6f8..c26b1a7 100644 --- a/flake8 +++ b/flake8 @@ -3,4 +3,7 @@ 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 -- cgit v1.2.3