Skip to content

Commit 0d2a17d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.19.1 → v2.19.4](asottile/pyupgrade@v2.19.1...v2.19.4) - [github.com/pre-commit/mirrors-mypy: v0.812 → v0.902](pre-commit/mirrors-mypy@v0.812...v0.902)
1 parent 213efa5 commit 0d2a17d

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
@@ -35,11 +35,11 @@ repos:
3535
- id: add-trailing-comma
3636
args: [--py36-plus]
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v2.19.1
38+
rev: v2.19.4
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py36-plus]
4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: v0.812
43+
rev: v0.902
4444
hooks:
4545
- id: mypy

0 commit comments

Comments
 (0)