diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-12-23 13:46:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-23 13:46:11 +0100 |
commit | 305961366577b04d332be22ff776803a20559ac1 (patch) | |
tree | 2f96eeebf511570191a018b14fd7cf168ee4e46d /requirements_test_pre_commit.txt | |
parent | 7d3b41ceee93f75fbd6bb0da8e803c713319a6ed (diff) | |
download | astroid-git-305961366577b04d332be22ff776803a20559ac1.tar.gz |
Upgrade mypy to 0.930 (#1310)
Diffstat (limited to 'requirements_test_pre_commit.txt')
-rw-r--r-- | requirements_test_pre_commit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 44a41712..f5677f0c 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -3,4 +3,4 @@ pylint==2.12.2 isort==5.9.2 flake8==4.0.1 flake8-typing-imports==1.11.0 -mypy==0.920 +mypy==0.930 |