aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
blob: a924358a51ebdb5e1c38490dc2f56bc62c4428c5 (plain)
1
2
3
4
5
6
7
8
9
10
[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
    test_*.py:E402
    __init__.py:F401,E402