1[tool.black] 2line-length = 120 3exclude = ''' 4( 5 /( 6 \.eggs # exclude a few common directories in the 7 | \.git # root of the project 8 | \.mypy_cache 9 | \.venv 10 | \.vscode 11 | \.pytest_cache 12 | build 13 ) 14) 15''' 16