[flake8]
ignore = C901, E203, E266, E501, E731, W503
select = B,C,E,F,W,T4
per-file-ignores =
    tests/*: E722, F811
    dash/html/I.py: E742
