diff options
author | 2018-02-03 17:30:55 +0100 | |
---|---|---|
committer | 2018-02-03 17:30:55 +0100 | |
commit | 2d5dbede46a88d8a717b09722d18cb1d1922f9f9 (patch) | |
tree | 6763f8a964eaf90e3f06a3cb5b95e63b33f88021 /.snekrc | |
parent | Change message to test auto deploy (diff) |
Fixfixfix
Signed-off-by: martmists <[email protected]>
Diffstat (limited to '.snekrc')
-rw-r--r-- | .snekrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ [all] -linters = flake8, isort, yapf, safety, dodgy +linters = flake8, isort, yapf, safety, dodgy, vulture [flake8] max-line-length=100 @@ -18,5 +18,6 @@ force_sort_within_sections=true [vulture] min-confidence=60 +exclude=index.py [style] |