diff options
author | 2022-02-21 12:58:10 +0000 | |
---|---|---|
committer | 2022-02-21 12:58:10 +0000 | |
commit | bcdb3a77690e1e224225627f085d86689353e1cb (patch) | |
tree | bb21c2fa12e06b9c84142ddd4f1f4260f078b185 /tox.ini | |
parent | Modify Autodoc Formatting (diff) |
Port many utilities from bot
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 |