diff options
author | 2022-02-24 21:58:42 +0400 | |
---|---|---|
committer | 2022-02-24 21:58:42 +0400 | |
commit | 554919b6314814320f35431a6cfb32ca81b09079 (patch) | |
tree | a330a6f7b8a4081be138c8f5acc3be3ca8ced99a /tox.ini | |
parent | Merge pull request #23 from python-discord/bump-deps (diff) | |
parent | Update GHA Docs Build To Match Pyproject (diff) |
Merge pull request #29 from python-discord/port-utilities
Port utilities
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ max-line-length=120 docstring-convention=all import-order-style=pycharm -application_import_names=bot,tests +application_import_names=botcore,docs,tests exclude=.cache,.venv,.git,constants.py ignore= B311,W503,E226,S311,T000,E731 |