summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-12-16 13:08:14 +0100
committerGitHub <noreply@github.com>2021-12-16 13:08:14 +0100
commita9f5f97553de75717a472b05b3bbc268ea1e019e (patch)
treed9ed9f63af8bfdc48fd77a8308c6415fd4da08d6
parent814f34dd0cac2104d2fdb47fb49cb64aa869a15f (diff)
downloadastroid-git-a9f5f97553de75717a472b05b3bbc268ea1e019e.tar.gz
Upgrade mypy to 0.920 (#1300)
-rw-r--r--.pre-commit-config.yaml2
-rw-r--r--requirements_test_pre_commit.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d529d701..044c95bd 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -63,7 +63,7 @@ repos:
]
exclude: tests/testdata|conf.py
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v0.910-1
+ rev: v0.920
hooks:
- id: mypy
name: mypy
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt
index b08f5bc5..44a41712 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.910
+mypy==0.920