diff options
-rw-r--r-- | tox.ini | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,4 +3,8 @@ max-line-length=120 application-import-names=metricity import-order-style=pycharm exclude=alembic -ignore=ANN101 # self params in classes. +ignore= + # self params in classes. + ANN101, + # line break before/after binary operator + W503, W504 |