diff options
author | 2018-02-26 22:22:16 +0100 | |
---|---|---|
committer | 2018-02-26 22:22:16 +0100 | |
commit | 48bb43b91a992395a39ebf8d41389dd3667c38b8 (patch) | |
tree | b9e32384a5d4770899c35d4605a93dffa25ebb3c /tox.ini | |
parent | Help page #z62n (#25) (diff) |
remove snekchek and replace with flake8 (#27)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
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 |