[flake8]
docstring-style=sphinx
extend-ignore=E203
max-line-length=88

exclude=
    .eggs
    .git
    .github
    .mypy_cache
    .pytest_cache
    .vscode
    *.egg-info
    venv

rst-roles =
    attr,
    class,
    func,
    meth,
    mod,
    obj,
    ref,
    term

rst-directives =
    autosummary,
    currentmodule,
    data,
    deprecated,
    envvar,
    exception,
    glossary,
    moduleauthor,
    plot,
    testcode,
    versionadded,
    versionchanged
