blob: 720f60d589c9bacb863d4594b58e3000f914ee94 [file] [log] [blame]
[tool.black]
line-length = 120
exclude = '''
(
/(
\.eggs # exclude a few common directories in the
| \.git # root of the project
| \.mypy_cache
| \.venv
| \.vscode
| \.pytest_cache
| build
)
)
'''