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




                     



                                                    
                                       
                                      
[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
    extract_token_from_browser.py: C901
    _pytest/test_utf8_helpers.py: E721