[flake8]

# Just assume black did a good job with the line lengths
ignore =
    E501

# Black sometimes conflicts with flake8 here
# Ignore white space before colon and after binary operator
extend-ignore = E203, W503
