Skip to content

Commit 6a29dbe

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.9.16 → 0.10.12](astral-sh/uv-pre-commit@0.9.16...0.10.12) - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.15.7](astral-sh/ruff-pre-commit@v0.14.8...v0.15.7) - [github.com/RobertCraigie/pyright-python: v1.1.407 → v1.1.408](RobertCraigie/pyright-python@v1.1.407...v1.1.408) - [github.com/compilerla/conventional-pre-commit: v4.3.0 → v4.4.0](compilerla/conventional-pre-commit@v4.3.0...v4.4.0) - [github.com/commitizen-tools/commitizen: v4.10.0 → v4.13.9](commitizen-tools/commitizen@v4.10.0...v4.13.9)
1 parent 38666f1 commit 6a29dbe

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_install_hook_types:
66
repos:
77
- repo: https://github.com/astral-sh/uv-pre-commit
88
# uv version.
9-
rev: 0.9.16
9+
rev: 0.10.12
1010
hooks:
1111
- id: uv-sync
1212
# - id: uv-export # outputs requirement.txt
@@ -26,7 +26,7 @@ repos:
2626

2727
# Ruff, for lightning-fast linting and formatting, installed with uv.
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.14.8
29+
rev: v0.15.7
3030
hooks:
3131
# Run the linter.
3232
- id: ruff-check
@@ -36,13 +36,13 @@ repos:
3636

3737
# Pyright for static type checking, installed with uv.
3838
- repo: https://github.com/RobertCraigie/pyright-python
39-
rev: v1.1.407
39+
rev: v1.1.408
4040
hooks:
4141
- id: pyright
4242

4343
# Enforce Conventional Commit messages.
4444
- repo: https://github.com/compilerla/conventional-pre-commit
45-
rev: v4.3.0
45+
rev: v4.4.0
4646
hooks:
4747
- id: conventional-pre-commit
4848
stages: [commit-msg]
@@ -52,7 +52,7 @@ repos:
5252

5353
# Commitizen-tools
5454
- repo: https://github.com/commitizen-tools/commitizen
55-
rev: v4.10.0 # Replace with latest tag
55+
rev: v4.13.9 # Replace with latest tag
5656
hooks:
5757
- id: commitizen
5858
- id: commitizen-branch

0 commit comments

Comments
 (0)