[flake8]
extend-ignore =
    # E203: whitespace with black
    E203
    # E741: "l" is ambiguous
    E741
    # F541: f-string is missing placeholders
    F541
# github size
max-line-length=127
