summaryrefslogtreecommitdiff
path: root/zephyr/zmake/.flake8
blob: 0a0a9c29ab8bfd2697e1e24f18ecd28670bdb706 (plain)
1
2
3
4
5
6
7
8
9
[flake8]
max-line-length = 88
extend-ignore = E203
exclude =
    .hypothesis,
    .pytest_cache,
    __pycache__,
    build,
    dist