summaryrefslogtreecommitdiff
path: root/.flake8
blob: 5f07ab2bec9c0dbc8e1f43ac4a23625ace0346b4 (plain)
1
2
3
4
5
6
7
8
9
[flake8]
ignore = E203, E266, E501, W503
max-line-length = 88
exclude =
    .git
    __pycache__
    locale/
    htmlcov/
max-complexity = 10