[flake8]
max-line-length = 88
exclude = tests/*
extend_ignore =
    # No type annotations for 'self' (flake-annotations)
    ANN101
