diff options
| author | 2022-04-03 22:47:38 +0100 | |
|---|---|---|
| committer | 2022-04-03 22:47:38 +0100 | |
| commit | 38faed0e084ebc56d15e80b93f2ea64f2429ead0 (patch) | |
| tree | 5e8161688d7067ca125c08fca2b266e5d026e58c /tox.ini | |
| parent | Merge pull request #14 from python-discord/fix-channel-sync (diff) | |
| parent | Don't overwrite flake8 default ignores (diff) | |
Merge pull request #16 from python-discord/pin-d.py-version
Pin discord.py version to pre-asyncio changes
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ max-line-length=120 application-import-names=metricity import-order-style=pycharm exclude=alembic -ignore= +extend-ignore= # self params in classes. ANN101, # line break before/after binary operator |