aboutsummaryrefslogblamecommitdiffstats
path: root/.flake8
blob: 71cd42bf98ddca960b0a63cf581ae08fbf4c8aab (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
        




                     




                                                    
[flake8]
count = True
max-complexity = 10
max-line-length = 120
show-source = True
statistics = True
extend-ignore = E203

per-file-ignores =
    wee_slack.py: C901, E266, E501, E722, E731, E741
    _pytest/test_utf8_helpers.py: E721