[flake8]
max-line-length = 100
# Equivalent to allow-init-docstring, which we set on pydoclint.
extend-ignore = DOC301,F401
