aboutsummaryrefslogtreecommitdiffstats
path: root/.snekrc
diff options
context:
space:
mode:
authorGravatar martmists <[email protected]>2018-02-03 17:30:55 +0100
committerGravatar martmists <[email protected]>2018-02-03 17:30:55 +0100
commit2d5dbede46a88d8a717b09722d18cb1d1922f9f9 (patch)
tree6763f8a964eaf90e3f06a3cb5b95e63b33f88021 /.snekrc
parentChange message to test auto deploy (diff)
Fixfixfix
Signed-off-by: martmists <[email protected]>
Diffstat (limited to '.snekrc')
-rw-r--r--.snekrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.snekrc b/.snekrc
index ccb040fb..07aaf091 100644
--- a/.snekrc
+++ b/.snekrc
@@ -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]