aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-03-25 11:51:18 -0700
committerGravatar MarkKoz <[email protected]>2019-03-25 11:51:18 -0700
commitdb668398dc54a0b213460137d2b86c185ed2e7dc (patch)
treea6a2fd091ad513a1df5eec1d576cee9ec18b51df /tox.ini
parentRemove RMQ, Add API POST request method. (diff)
parentMerge pull request #10 from python-discord/flake8-updates (diff)
Merge remote-tracking branch 'remotes/origin/master' into rmq_removal
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
deleted file mode 100644
index 88ac396..0000000
--- a/tox.ini
+++ /dev/null
@@ -1,6 +0,0 @@
-[flake8]
-max-line-length=120
-application_import_names=snekbox
-ignore=P102,B311,W503,E226,S311
-exclude=__pycache__, venv, .venv, tests
-import-order-style=pycharm