Files
rocm-systems/examples/python/pyproject.toml
T
Jonathan R. Madsen 4db6ba3d28 Multiple python versions (#42)
* Support multiple Python versions in single build

* RPATH + Split up config into config and runtime

* pybind11 submodule

* Docker build updates
2022-04-21 21:36:07 -05:00

6 行
74 B
TOML

[tool.black]
line-length = 80
target-version = ['py38']
include = '\.py'