[flake8]
# E501: Allow lines to be too long (black will take care of it)
# E203: Allow whitespace before ':'
extend-ignore =
    E501
    E203
