[flake8]
max-line-length = 79
ignore=
    W503  # Allow Black's line breaks before binary operators
