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 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 00000000..561a1ad4
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,4 @@
+[flake8]
+max-line-length=120
+application_import_names=pysite
+ignore=P102