diff options
author | 2019-09-16 21:37:49 +0200 | |
---|---|---|
committer | 2019-09-16 21:37:49 +0200 | |
commit | 2b4b0a55f76e1ed63ab6b3f9b6caf76f95c1cccd (patch) | |
tree | 07309446427c5f5ed4e88a3b29f5d188c6869dfc /tox.ini | |
parent | Implement `!otn search`. Closes #408. (diff) | |
parent | Update discord.py version to 1.2.3 (#433) (diff) |
Merge branch 'master' into otn-search-command
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [flake8] max-line-length=120 -application_import_names=bot +application_import_names=bot,tests exclude=.cache,.venv ignore=B311,W503,E226,S311,T000 import-order-style=pycharm |