blob: 5004395be37a323f3c6c0b020b1ed619af09c81e [file]
[flake8]
# Black-compatible flake8 settings
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8
max-line-length = 88
extend-ignore = E203
exclude =
.hypothesis,
.pytest_cache,
__pycache__,
build,
dist