Skip to content

Commit d099466

Browse files
committed
ci: polish tools
Signed-off-by: thxCode <thxcode0824@gmail.com>
1 parent cc453db commit d099466

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: debug-statements
2020
# - id: no-commit-to-branch
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.12.10
22+
rev: v0.14.7
2323
hooks:
2424
- id: ruff-check
2525
types_or: [python, pyi]
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: codespell
3333
- repo: https://github.com/commitizen-tools/commitizen
34-
rev: v4.8.3
34+
rev: v4.10.0
3535
hooks:
3636
- id: commitizen
3737
stages: [commit-msg]

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ gpustack-runtime = "gpustack_runtime.__main__:main"
3636

3737
[dependency-groups]
3838
dev=[
39-
"pyclean==3.1.0",
40-
"pre-commit==4.2.0",
41-
"pytest==8.4.1",
39+
"pyclean==3.4.0",
40+
"pre-commit==4.5.0",
41+
"pytest==8.4.2",
4242
"hatchling",
4343
"hatch-vcs",
4444
"mkdocs>=1.6.1",

uv.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)