mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Bumps [uv](https://github.com/astral-sh/uv) from 0.8.4 to 0.8.6. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.8.4...0.8.6) --- updated-dependencies: - dependency-name: uv dependency-version: 0.8.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24 lines
398 B
TOML
24 lines
398 B
TOML
[project]
|
|
name = "lumen-ci"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"pyyaml==6.0.2",
|
|
"GitPython==3.1.45",
|
|
"docker==7.1.0",
|
|
"pytest==7.3.2",
|
|
"uv==0.8.6"
|
|
]
|
|
|
|
[tool.setuptools]
|
|
packages = ["cli"]
|
|
|
|
[tool.setuptools.package-dir]
|
|
cli = "cli"
|
|
|
|
[tool.ruff.lint]
|
|
# Enable preview mode for linting
|
|
preview = true
|
|
|
|
# Now you can select your preview rules, like RUF048
|
|
extend-select = ["RUF048"]
|