aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
blob: f7b40d7487fd41321ba8829a02ed2edd282cfc07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[flake8]
ignore = E115,E265,W503
max-line-length = 100
exclude = rc_*.py,*_rc.py,ui_*.py
per-file-ignores =
    # for init_test_paths() hack
    *_test_*.py:E402
    *_test.py:E402
    *bug_*.py:E402
    test_*.py:E402
    signal_across_threads.py:E402
    __init__.py:F401,E402