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