diff options
author | 2018-02-03 17:05:48 +0000 | |
---|---|---|
committer | 2018-02-03 17:05:48 +0000 | |
commit | abd9d32fc46b23ebee0f851070c44823f0c9f025 (patch) | |
tree | 5a77a9b6854d22d41d358461a82b8f8f65ed8963 /.snekrc | |
parent | Update webhook URL (diff) | |
parent | adds readme (diff) |
Merge branch 'master' of github.com:discord-python/webpage
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] |