aboutsummaryrefslogtreecommitdiffstats
path: root/.snekrc
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-02-26 22:22:16 +0100
committerGravatar Leon Sandøy <[email protected]>2018-02-26 22:22:16 +0100
commit48bb43b91a992395a39ebf8d41389dd3667c38b8 (patch)
treeb9e32384a5d4770899c35d4605a93dffa25ebb3c /.snekrc
parentHelp page #z62n (#25) (diff)
remove snekchek and replace with flake8 (#27)
Diffstat (limited to '.snekrc')
-rw-r--r--.snekrc7
1 files changed, 0 insertions, 7 deletions
diff --git a/.snekrc b/.snekrc
deleted file mode 100644
index 5aabe4e0..00000000
--- a/.snekrc
+++ /dev/null
@@ -1,7 +0,0 @@
-[all]
-linters = flake8, safety, dodgy
-
-[flake8]
-max-line-length=120
-application_import_names=pysite
-ignore=P102 \ No newline at end of file