aboutsummaryrefslogtreecommitdiffstats
path: root/.snekrc
diff options
context:
space:
mode:
authorGravatar JoeBanks13 <[email protected]>2018-02-03 17:05:48 +0000
committerGravatar JoeBanks13 <[email protected]>2018-02-03 17:05:48 +0000
commitabd9d32fc46b23ebee0f851070c44823f0c9f025 (patch)
tree5a77a9b6854d22d41d358461a82b8f8f65ed8963 /.snekrc
parentUpdate webhook URL (diff)
parentadds readme (diff)
Merge branch 'master' of github.com:discord-python/webpage
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]