diff options
author | 2022-04-03 22:46:35 +0100 | |
---|---|---|
committer | 2022-04-03 22:46:35 +0100 | |
commit | 94482c91450b9ac73425529bacfb6b1b25935c1a (patch) | |
tree | 5e8161688d7067ca125c08fca2b266e5d026e58c | |
parent | Pin discord.py version to pre-asyncio changes (diff) |
Don't overwrite flake8 default ignores
-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 |