aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-09-15 23:38:17 +0200
committerGravatar GitHub <[email protected]>2019-09-15 23:38:17 +0200
commit7305de24dd4397e90c81ca27b8213568b8fbbd54 (patch)
treed5711bfd0618cd6565b5e4419846082e2f2b56be /tox.ini
parentReplaces all GitLab refs with GitHub. (diff)
parentAdd tests for `bot.cogs.token_remover`. (diff)
Merge pull request #428 from python-discord/bot-cogs-token-remover-tests
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