[flake8]
max-line-length = 125
# Whitespace before ':' (in accordance with Black)
extend-ignore = E203
max-complexity = 15
