aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar JoeBanks13 <[email protected]>2018-02-04 17:26:01 +0000
committerGravatar JoeBanks13 <[email protected]>2018-02-04 17:26:01 +0000
commit25c5f1302cdee8de5464830febc5bf6541daccf4 (patch)
tree417827238fdfa16980fd2d058e88aa2bfd757cc3
parentAdd /invite route (diff)
Remove vulture, isort & yapf
-rw-r--r--.snekrc22
1 files changed, 2 insertions, 20 deletions
diff --git a/.snekrc b/.snekrc
index 07aaf091..d8b7be64 100644
--- a/.snekrc
+++ b/.snekrc
@@ -1,23 +1,5 @@
[all]
-linters = flake8, isort, yapf, safety, dodgy, vulture
+linters = flake8, safety, dodgy
[flake8]
-max-line-length=100
-
-[isort]
-line_length=100
-indent=' '
-multi_line_output=0
-length_sort=1
-use_parentheses=true
-sections=FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
-import_heading_stdlib=Stdlib
-import_heading_thirdparty=External Libraries
-import_heading_firstparty=Snekchek
-force_sort_within_sections=true
-
-[vulture]
-min-confidence=60
-exclude=index.py
-
-[style]
+max-line-length=100 \ No newline at end of file