[flake8]
# These conflict with Black's opnions:
#   E203 whitespace before ':'
#   W503 line break before binary operator
ignore = E203,W503

max-line-length = 120
