aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
blob: ee708c7cc7986bf193d2f5699c5c133b14c869fb (plain) (blame)
1
2
3
4
5
6
[flake8]
max-line-length=100
ignore=S106
application_import_names=pysite
exclude=__pycache__, venv, .venv, **/migrations
import-order-style=pycharm