Skip to content

Commit 815d3fe

Browse files
Auto-update pre-commit hooks (#1022)
1 parent 931a7e7 commit 815d3fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: pyupgrade
66
args: ["--py310-plus"]
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.14.9
8+
rev: v0.14.10
99
hooks:
1010
- id: ruff
1111
args:
@@ -47,7 +47,7 @@ repos:
4747
- id: prettier
4848
stages: [manual]
4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: "v1.19.0"
50+
rev: "v1.19.1"
5151
hooks:
5252
- id: mypy
5353
additional_dependencies: [types-orjson]

0 commit comments

Comments
 (0)