aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-05-22 22:12:43 +0200
committerGravatar Christopher Baklid <[email protected]>2018-05-22 22:12:43 +0200
commitf689ce549689b3192ce1f7510804495acfd7869d (patch)
tree56ac7af58d1b9a8ea59a943e711e337a10220cdd /tox.ini
parentDelete test.py (diff)
adds webapp and docker-compose for more proof of concept
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 0000000..88ac396
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,6 @@
+[flake8]
+max-line-length=120
+application_import_names=snekbox
+ignore=P102,B311,W503,E226,S311
+exclude=__pycache__, venv, .venv, tests
+import-order-style=pycharm