Files
rocm-systems/projects/rocprofiler-sdk/pyproject.toml
T
Jonathan R. Madsen 0dc01661c1 Relax default CDash submission requirements in run-ci.py (#836)
* Update run-ci.py to not require successful CDash submission by default

* Minor tweak to run-ci.py

[ROCm/rocprofiler-sdk commit: d15cf17635]
2024-05-02 00:15:20 -05:00

26 řádky
360 B
TOML

[tool.black]
line-length = 90
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
)/
)
'''