diff options
author | 2022-09-19 12:29:04 +0100 | |
---|---|---|
committer | 2022-09-19 12:29:04 +0100 | |
commit | 3082dce9df16aaeb01e89f6b7b09dae54dd0ca93 (patch) | |
tree | 63a63806192a9ca3dc2cb49df1a2c994a2b90222 /tox.ini | |
parent | Change f-string to normal string (diff) | |
parent | Merge pull request #2242 from python-discord/fix-not-awaited-coroutine-warning (diff) |
Merge branch 'main' into update-autoreview-system
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ docstring-convention=all import-order-style=pycharm application_import_names=bot,tests exclude=.cache,.venv,.git,constants.py -ignore= +extend-ignore= B311,W503,E226,S311,T000,E731 # Missing Docstrings D100,D104,D105,D107, |