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