diff options
| author | 2021-12-21 23:57:38 +0400 | |
|---|---|---|
| committer | 2021-12-21 23:57:38 +0400 | |
| commit | cff2f5f215acead4a36c315ac19c8c6ba3db1cbc (patch) | |
| tree | f762514b5e4c173623dd65ce619850792349952e /tox.ini | |
| parent | Detect and copy config files passed by bot compose (diff) | |
| parent | Correctly use string IDs for threads (diff) | |
Merge pull request #10 from python-discord/thread-support
Thread & Discord.py 2.0a0 support
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,3 +3,8 @@ max-line-length=120 application-import-names=metricity import-order-style=pycharm exclude=alembic +ignore= + # self params in classes. + ANN101, + # line break before/after binary operator + W503, W504 |