diff options
author | 2019-09-15 23:38:17 +0200 | |
---|---|---|
committer | 2019-09-15 23:38:17 +0200 | |
commit | 7305de24dd4397e90c81ca27b8213568b8fbbd54 (patch) | |
tree | d5711bfd0618cd6565b5e4419846082e2f2b56be /tox.ini | |
parent | Replaces all GitLab refs with GitHub. (diff) | |
parent | Add 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.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 |