diff options
author | 2019-09-15 18:07:58 +0200 | |
---|---|---|
committer | 2019-09-15 18:07:58 +0200 | |
commit | 1dd55ae6055bbe320588a7f64de1a2bdd5ebaca3 (patch) | |
tree | 51c7a03d949bb90f6a45f3dd889536a31a6aab5d /tox.ini | |
parent | Merge pull request #423 from python-discord/bot-pagination-tests (diff) |
Add tests for `bot.cogs.token_remover`.
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 |