; Flake8 does not natively support configuration via pyproject.toml.
; See https://github.com/microsoft/vscode-flake8/issues/135

[flake8]
extend-ignore = E501, E203
extend-select = B950
per-file-ignores =
    bagelbids/cli.py: F841
exclude =
    build,
    dist,
