aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: f0154bb91fdc4a226e4db6e77b4a7282e3d4810f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[flake8]
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