aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 48a3da6d94bfaad26d1e38fe25d5ebd6d8c45b04 (plain) (blame)
1
2
3
4
5
6
7
8
[flake8]
max-line-length=88
exclude=.cache,.venv,.git
docstring-convention=all
import-order-style=pycharm
ignore=
    # Type annotations
    ANN101,ANN102