[flake8]
exclude = ./tests/fixtures/

# Match black tool's default.
max-line-length = 88
extend-ignore = E203
