xref: /aosp_15_r20/external/ComputeLibrary/python/pyproject.toml (revision c217d954acce2dbc11938adb493fc0abd69584f3)
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