[flake8]
select=M511

exclude =
    doc,
    .tox,
    .git,
    *.yml,
    Pipfile.*,
    docs/*,
    .cache/*

per-file-ignores =
    src/rootcoz/cli/main.py:M511
