[tool.black]
line-length = 90
run-ci.py
target-version = ['py36', 'py37', 'py38', 'py39', 'py310', 'py311']
include = '\.py$'
exclude = '''
(
/(
\.eggs
| \.git
| \.github
| \.tox
| \.venv
| \.misc
| \.vscode
| \.cache
| \.pytest_cache
| dist
| external
| build
| build-docs
| build-rocprofiler-sdk
)/
)
'''