aboutsummaryrefslogtreecommitdiffstats
path: root/.snekrc
diff options
context:
space:
mode:
authorGravatar JoeBanks13 <[email protected]>2018-02-03 13:12:50 +0000
committerGravatar JoeBanks13 <[email protected]>2018-02-03 13:12:50 +0000
commitd73f5109f071d0074f0264f9801e2fdc78a6782a (patch)
treed8d24db726e9cc03b4de251c567499d5fe0c89e5 /.snekrc
parentadd snekrc (diff)
add isort
Diffstat (limited to '.snekrc')
-rw-r--r--.snekrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/.snekrc b/.snekrc
index ab516c4b..771ff182 100644
--- a/.snekrc
+++ b/.snekrc
@@ -1,9 +1,11 @@
[all]
-linters = flake8, yapf
+linters = flake8, yapf, isort
[flake8]
max-line-length = 79
[yapf]
-[style] \ No newline at end of file
+[style]
+
+[isort] \ No newline at end of file