aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar Marko Kovačević <[email protected]>2018-10-02 20:41:07 +0200
committerGravatar Marko Kovačević <[email protected]>2018-10-02 20:41:07 +0200
commita30b4a5412a0e88ac37ae5f524b03886a997dd7c (patch)
treefa022a1ded17150139d1eedaa82f269bd1df7f37 /tox.ini
parentCreate CONTRIBUTING.md (diff)
Implemented flake8 and a Discord Bot base.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 00000000..780c31d7
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,6 @@
+[flake8]
+max-line-length=120
+application_import_names=proj
+ignore=P102,B311,W503,E226,S311
+exclude=__pycache__, venv, .venv, tests
+import-order-style=pycharm