[flake8]
ignore =
    # E203 whitespace before ':'
    E203
max-line-length = 88
show-source = True
statistics = True
per-file-ignores =
    tests/*: D

# pydoclint
style = sphinx
allow-init-docstring = True
arg-type-hints-in-docstring = False
check-return-types = False
