# flake8 does not support pyproject.toml (https://github.com/PyCQA/flake8/issues/234)

[flake8]
select = F, W, E101, E111, E112, E113, E401, E402, E501, E711, E722
max-line-length = 88
exclude =
    docs,
    src/stpipe/extern,
    build,
    .tox,
    .eggs
extend-ignore = E203, W503, W504, W605
