pyproject.toml (19 lines of code) (raw):
[tool.black]
exclude = '''
/(
\.git
| \.hg
| \.mypy_cache
| \.tox
| .*venv.*
| _build
| buck-out
| build
| dist
| .*/node_modules/*
| .*/Expected/AcceptanceTests/*
| .*/generated/*
| .*/samples/*
)/
'''
line-length = 120