diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-05-28 16:29:28 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-05-28 16:29:28 -0600 |
commit | 8f1f040fb55f918a738159af06836b82a0bc2398 (patch) | |
tree | a8139e6aeaafbd874946337ae4df24ed151bbd2a /flake8 | |
parent | d01dd5d23297705842ea7295855726f49cdef52e (diff) |
Spring Cleaning
Diffstat (limited to 'flake8')
-rw-r--r-- | flake8 | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |