Skip to content

Commit 17d62dc

Browse files
authored
Merge pull request #96 from actions-rust-lang/pre-commit-ci-update-config
2 parents 95e05e5 + 733aff2 commit 17d62dc

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
@@ -20,12 +20,12 @@ repos:
2020
- id: isort
2121
args: ["--profile=black"]
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.18.0
23+
rev: v3.19.0
2424
hooks:
2525
- id: pyupgrade
2626
args: ["--py37-plus"]
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.12.1
28+
rev: v1.13.0
2929
hooks:
3030
- id: mypy
3131
additional_dependencies:

0 commit comments

Comments
 (0)