aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 780c31d7ab15c3f2550e60ad797421c36f24982c (plain) (blame)
1
2
3
4
5
6
[flake8]
max-line-length=120
application_import_names=proj
ignore=P102,B311,W503,E226,S311
exclude=__pycache__, venv, .venv, tests
import-order-style=pycharm