Skip to content

Commit 80c4e5a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com./asottile/pyupgrade: v3.2.0 → v3.2.2](asottile/pyupgrade@v3.2.0...v3.2.2) - [github.com./pre-commit/mirrors-mypy: v0.982 → v0.991](pre-commit/mirrors-mypy@v0.982...v0.991)
1 parent 70d6208 commit 80c4e5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: python-use-type-annotations
1919
- id: text-unicode-replacement-char
2020
- repo: https://github.com./asottile/pyupgrade
21-
rev: v3.2.0
21+
rev: v3.2.2
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py37-plus]
@@ -80,7 +80,7 @@ repos:
8080
hooks:
8181
- id: codespell
8282
- repo: https://github.com./pre-commit/mirrors-mypy
83-
rev: 'v0.982'
83+
rev: 'v0.991'
8484
hooks:
8585
- id: mypy
8686
args: [

0 commit comments

Comments
 (0)