Skip to content

Commit 28c06f2

Browse files
chore: update pre-commit hooks
1 parent f2ce98e commit 28c06f2

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

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

1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.18.2
17+
rev: v1.19.0
1818
hooks:
1919
- id: mypy
2020
language: system

0 commit comments

Comments
 (0)