diff options
| author | 2022-07-09 21:49:28 +0100 | |
|---|---|---|
| committer | 2022-07-09 21:49:28 +0100 | |
| commit | d3470a98c964152530933217cf58a6dca2bf7d94 (patch) | |
| tree | 4de598f4a87f3777fc2dfb1c3608e3beffd8ccdb /tox.ini | |
| parent | Move TZDateTime to avoid circular import (diff) | |
Migrate metricity to use BotBase from botcore
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -2,9 +2,13 @@ max-line-length=120 application-import-names=metricity import-order-style=pycharm -exclude=alembic +exclude=alembic,.venv extend-ignore= # self params in classes. ANN101, + # args and kwargs + ANN002, ANN003, # line break before/after binary operator - W503, W504 + W503, W504, + # __init__ doc strings + D107 |