Skip to content

Commit 4985cf0

Browse files
pre-commit-ci[bot]dolfinus
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/astral-sh/uv-pre-commit: 0.10.7 → 0.10.9](astral-sh/uv-pre-commit@0.10.7...0.10.9) - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.5](astral-sh/ruff-pre-commit@v0.15.4...v0.15.5)
1 parent 2525e4f commit 4985cf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ repos:
8888
priority: 7
8989

9090
- repo: https://github.com/codespell-project/codespell
91-
rev: v2.4.1
91+
rev: v2.4.2
9292
hooks:
9393
- id: codespell
9494
args: [-w]
@@ -98,13 +98,13 @@ repos:
9898
priority: 8
9999

100100
- repo: https://github.com/astral-sh/uv-pre-commit
101-
rev: 0.10.7
101+
rev: 0.10.9
102102
hooks:
103103
- id: uv-lock
104104
priority: 9
105105

106106
- repo: https://github.com/astral-sh/ruff-pre-commit
107-
rev: v0.15.4
107+
rev: v0.15.5
108108
hooks:
109109
- id: ruff-format
110110
priority: 9

0 commit comments

Comments
 (0)