aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
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 /tox.ini
parentHelp page #z62n (#25) (diff)
remove snekchek and replace with flake8 (#27)
Diffstat (limited to '')
-rw-r--r--tox.ini (renamed from .snekrc)5
1 files changed, 1 insertions, 4 deletions
diff --git a/.snekrc b/tox.ini
index 5aabe4e0..561a1ad4 100644
--- a/.snekrc
+++ b/tox.ini
@@ -1,7 +1,4 @@
-[all]
-linters = flake8, safety, dodgy
-
[flake8]
max-line-length=120
application_import_names=pysite
-ignore=P102 \ No newline at end of file
+ignore=P102