aboutsummaryrefslogtreecommitdiffstats
path: root/.snekrc
diff options
context:
space:
mode:
Diffstat (limited to '.snekrc')
-rw-r--r--.snekrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/.snekrc b/.snekrc
new file mode 100644
index 00000000..ab516c4b
--- /dev/null
+++ b/.snekrc
@@ -0,0 +1,9 @@
+[all]
+linters = flake8, yapf
+
+[flake8]
+max-line-length = 79
+
+[yapf]
+
+[style] \ No newline at end of file