Skip to content

Commit 172a87e

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 44effd2 commit 172a87e

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: reorder-python-imports
2828
args: [--py3-plus]
2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v2.19.1
30+
rev: v2.19.4
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py36-plus]
@@ -41,6 +41,6 @@ repos:
4141
hooks:
4242
- id: setup-cfg-fmt
4343
- repo: https://github.com/pre-commit/mirrors-mypy
44-
rev: v0.812
44+
rev: v0.902
4545
hooks:
4646
- id: mypy

0 commit comments

Comments
 (0)