[flake8]
max-line-length = 88
# E203: whitespace before ':' — conflicts with black's slice formatting
extend-ignore = E203
