aboutsummaryrefslogtreecommitdiff
path: root/flake8
blob: fb6d15fa42159a5b90508b3d1ab02caec3ac456f (plain)
1
2
3
4
5
6
7
8
9
[flake8]
exclude =
    migrations,
    __init__.py,
    settings,
    venv
max-line-length = 88
max-complexity = 18
ignore = E126, E501, W503