diff options
| author | 2019-03-25 11:51:18 -0700 | |
|---|---|---|
| committer | 2019-03-25 11:51:18 -0700 | |
| commit | db668398dc54a0b213460137d2b86c185ed2e7dc (patch) | |
| tree | a6a2fd091ad513a1df5eec1d576cee9ec18b51df /tox.ini | |
| parent | Remove RMQ, Add API POST request method. (diff) | |
| parent | Merge 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.ini | 6 |
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 |