Skip to content

Commit 0992be8

Browse files
pre-commit-ci[bot]MTSOnGithub
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](codespell-project/codespell@v2.4.2...v2.4.3) - [github.com/astral-sh/uv-pre-commit: 0.11.28 → 0.11.29](astral-sh/uv-pre-commit@0.11.28...0.11.29) - [github.com/astral-sh/ruff-pre-commit: v0.15.21 → v0.15.22](astral-sh/ruff-pre-commit@v0.15.21...v0.15.22)
1 parent 44abf7d commit 0992be8

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
@@ -85,7 +85,7 @@ repos:
8585
priority: 7
8686

8787
- repo: https://github.com/codespell-project/codespell
88-
rev: v2.4.2
88+
rev: v2.4.3
8989
hooks:
9090
- id: codespell
9191
args: [-w]
@@ -95,13 +95,13 @@ repos:
9595
priority: 8
9696

9797
- repo: https://github.com/astral-sh/uv-pre-commit
98-
rev: 0.11.28
98+
rev: 0.11.29
9999
hooks:
100100
- id: uv-lock
101101
priority: 9
102102

103103
- repo: https://github.com/astral-sh/ruff-pre-commit
104-
rev: v0.15.21
104+
rev: v0.15.22
105105
hooks:
106106
- id: ruff-format
107107
priority: 9

0 commit comments

Comments
 (0)