aboutsummaryrefslogtreecommitdiff
path: root/flake8
diff options
context:
space:
mode:
Diffstat (limited to 'flake8')
-rw-r--r--flake85
1 files changed, 1 insertions, 4 deletions
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