aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-10-03 20:45:54 +0200
committerGravatar GitHub <[email protected]>2018-10-03 20:45:54 +0200
commit9a81988267408f3ca4c23083c9a4b771d6dc3d5f (patch)
treee16aae5974f0dd8eba556cc818d689ac170f309a /tox.ini
parentCreate CONTRIBUTING.md (diff)
parentUse docstrings instead of block comments. (diff)
Merge pull request #2 from markylon/master
Set up some simple Discord bot boilerplate.
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