aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-09-15 18:07:58 +0200
committerGravatar Johannes Christ <[email protected]>2019-09-15 18:07:58 +0200
commit1dd55ae6055bbe320588a7f64de1a2bdd5ebaca3 (patch)
tree51c7a03d949bb90f6a45f3dd889536a31a6aab5d /tox.ini
parentMerge 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.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c84827570..21097cd97 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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