aboutsummaryrefslogtreecommitdiffstats
path: root/.snekrc
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-06 01:02:41 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-06 01:02:41 +0000
commitbff01971735289fafa74f4850d706579eae5faa8 (patch)
treebb2d0c9895e3276077f307bf224de2ef3e2db6e2 /.snekrc
parentRevert "Finally fix this garbage" (diff)
Revert "Mart's Missing Files 2: Electric Boogaloo"
This reverts commit 962be09
Diffstat (limited to '.snekrc')
-rw-r--r--.snekrc19
1 files changed, 2 insertions, 17 deletions
diff --git a/.snekrc b/.snekrc
index db963566..3f26eea5 100644
--- a/.snekrc
+++ b/.snekrc
@@ -1,21 +1,6 @@
[all]
-linters = flake8, safety, dodgy, yapf, isort
+linters = flake8, safety, dodgy
[flake8]
max-line-length=120
-application_import_names=pysite
-ignore=I100,I201
-
-[isort]
-line_length=120
-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=Site Internals
-force_sort_within_sections=true
-
-[style] # yapf \ No newline at end of file
+application_import_names=pysite \ No newline at end of file