Files
rocm-systems/pyproject.toml
T

26 γραμμές
360 B
TOML

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