Skip to content

Commit 602ac6b

Browse files
committed
pre-commit: update versions
Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
1 parent fe9a386 commit 602ac6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: trailing-whitespace
1616

1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.18.0
18+
rev: v3.19.0
1919
hooks:
2020
- id: pyupgrade
2121
name: Modernize Python code
@@ -47,7 +47,7 @@ repos:
4747
additional_dependencies: [flake8-bugbear, Flake8-pyproject]
4848

4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v1.12.0
50+
rev: v1.13.0
5151
hooks:
5252
- id: mypy
5353
name: Check Python types

0 commit comments

Comments
 (0)