Skip to content

Commit 105d60c

Browse files
ci(deps): pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.9.5 β†’ 0.9.17](astral-sh/uv-pre-commit@0.9.5...0.9.17) - [github.com/commitizen-tools/commitizen: v4.9.1 β†’ v4.10.0](commitizen-tools/commitizen@v4.9.1...v4.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.2 β†’ v0.14.9](astral-sh/ruff-pre-commit@v0.14.2...v0.14.9)
1 parent d11d05f commit 105d60c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ repos:
3232
- id: check-yaml
3333
- id: check-ast
3434
- repo: https://github.com/astral-sh/uv-pre-commit
35-
rev: 0.9.5
35+
rev: 0.9.17
3636
hooks:
3737
- id: uv-lock
3838
files: "^(pyproject.toml|uv.lock)$"
3939
always_run: false
4040
- repo: https://github.com/commitizen-tools/commitizen
41-
rev: v4.9.1
41+
rev: v4.10.0
4242
hooks:
4343
- id: commitizen
4444
stages:
@@ -50,7 +50,7 @@ repos:
5050
additional_dependencies:
5151
- "mdformat-gfm"
5252
- repo: https://github.com/astral-sh/ruff-pre-commit
53-
rev: "v0.14.2"
53+
rev: "v0.14.9"
5454
hooks:
5555
- id: ruff-check
5656
args: ["--fix", "--ignore", "D"]

0 commit comments

Comments
Β (0)