Skip to content

Commit a9f5f97

Browse files
authored
Upgrade mypy to 0.920 (#1300)
1 parent 814f34d commit a9f5f97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ repos:
6363
]
6464
exclude: tests/testdata|conf.py
6565
- repo: https://github.com/pre-commit/mirrors-mypy
66-
rev: v0.910-1
66+
rev: v0.920
6767
hooks:
6868
- id: mypy
6969
name: mypy

requirements_test_pre_commit.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ pylint==2.12.2
33
isort==5.9.2
44
flake8==4.0.1
55
flake8-typing-imports==1.11.0
6-
mypy==0.910
6+
mypy==0.920

0 commit comments

Comments
 (0)