diff options
author | 2018-02-03 16:06:30 +0000 | |
---|---|---|
committer | 2018-02-03 16:06:30 +0000 | |
commit | 20da09bba030d058a7da25e0c2911693a4bda828 (patch) | |
tree | d712f0e761356f97f56293a94f92791cdb2e537b /.snekrc | |
parent | try again (diff) |
disable vulture for now (was detecting unused things that were used)
Diffstat (limited to '.snekrc')
-rw-r--r-- | .snekrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [all] -linters = flake8, isort, yapf, safety, dodgy, vulture +linters = flake8, isort, yapf, safety, dodgy [flake8] max-line-length=100 |