# https://flake8.pycqa.org/en/latest/user/configuration.html
[flake8]
extend-ignore =
    # E501: line too long
    # Disabled so that black can control line length.
    E501,
