diff options
author | 2018-03-02 01:28:31 +0100 | |
---|---|---|
committer | 2018-03-02 01:28:31 +0100 | |
commit | 44ad13d9e01f8e833904c30d87b34119b3b47b25 (patch) | |
tree | b43ac3469cf897538a430a23e1df5ef3664308a2 /tox.ini | |
parent | Constants for chevron emoji (diff) |
Switching CI linter from snekchek to flake8
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini new file mode 100644 index 000000000..f79223e99 --- /dev/null +++ b/tox.ini @@ -0,0 +1,3 @@ +[flake8] +max-line-length=120 +application_import_names=bot
\ No newline at end of file |