
[flake8]
exclude = .git,.tox,build,dist

# https://black.readthedocs.io/en/stable/compatible_configs.html#flake8
max-line-length = 88
extend-ignore = E203, W503
