Skip to content

Commit 459ea88

Browse files
committed
pre-commit: update versions
Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent a92a403 commit 459ea88

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
@@ -27,7 +27,7 @@ repos:
2727
- id: trailing-whitespace
2828

2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.18.0
30+
rev: v3.19.0
3131
hooks:
3232
- id: pyupgrade
3333
name: Modernize python code
@@ -64,7 +64,7 @@ repos:
6464
exclude: ^misc/
6565

6666
- repo: https://github.com/pre-commit/mirrors-mypy
67-
rev: v1.12.0
67+
rev: v1.13.0
6868
hooks:
6969
- id: mypy
7070
name: Check Python types

0 commit comments

Comments
 (0)