ファイル
rocm-systems/pyproject.toml
T
colramos425 f9f8b749c8 Merge branch '30-multi-normalization' into dev
Signed-off-by: colramos425 <colramos@amd.com>
2022-12-02 11:56:56 -06:00

36 行
486 B
TOML

[tool.black]
line-length = 90
target-version = ['py38', 'py39']
include = '\.py$'
exclude = '''
(
/(
\.eggs
| \.git
| \.github
| \.tox
| \.venv
| \.misc
| \.vscode
| \.pyc
| dist
| external
| .pytest_cache
| build
| build-omniperf
)/
)
'''
[tool.pytest.ini_options]
addopts = [
"--import-mode=importlib",
"--cov=src",
]
pythonpath = [
".",
"src",
"src/utils",
"src/omniperf_analyze/utils"
]