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