Skip to content

Commit 7088698

Browse files
cdce8ptushar-deepsource
authored andcommitted
Upgrade mypy to 0.930 (pylint-dev#1310)
1 parent 1edb51b commit 7088698

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.920
66+
rev: v0.930
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.920
6+
mypy==0.930

0 commit comments

Comments
 (0)