summaryrefslogtreecommitdiffstats
path: root/scripts/qtestbenchrunner/.flake8
blob: ff33065c4a514b9b5c09645b2c54c59a53e25fbc (plain)
1
2
3
4
5
6
7
[flake8]
    exclude = venv
    hang-closing = True
    ignore = E126,E133,W503
    indent-size = 4
    max-line-length = 100
    max-doc-length = 100