aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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