Skip to content

Commit 8743cd4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 013a89c commit 8743cd4

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
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/astral-sh/uv-pre-commit
3-
rev: 0.10.7
3+
rev: 0.10.9
44
hooks:
55
- id: uv-lock
66

77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.15.4
8+
rev: v0.15.5
99
hooks:
1010
- id: ruff
1111
name: ruff linter
@@ -14,7 +14,7 @@ repos:
1414
name: ruff formatter
1515

1616
- repo: https://github.com/codespell-project/codespell
17-
rev: v2.4.1
17+
rev: v2.4.2
1818
hooks:
1919
- id: codespell
2020
additional_dependencies: [tomli]

0 commit comments

Comments
 (0)