[flake8]
max-line-length = 88
extend-ignore = E203
# E203 is ignored because it conflicts with Black's whitespace handling
