aboutsummaryrefslogtreecommitdiffstats
path: root/.snekrc
diff options
context:
space:
mode:
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]