diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-03-17 14:46:28 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-03-17 14:46:28 -0600 |
commit | 9ccdbedbd0bb349763a582db018e8be335182a2d (patch) | |
tree | 3fae2dc65f66bd03c3b2ba304882999379467117 /flake8 | |
parent | f525ddfa7b049df3afd3ba26aa930af8d9ec80aa (diff) |
Adding long line highlighting
Diffstat (limited to 'flake8')
-rw-r--r-- | flake8 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |