From b8b3dfc3666629ddbc8a7fd690ed676196b30f49 Mon Sep 17 00:00:00 2001 From: Sergei Silnov Date: Wed, 11 May 2022 15:20:01 +0200 Subject: [PATCH] CI: update mypy for pre-commit --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c50541171f..304e148231 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -102,8 +102,8 @@ repos: name: Check type annotations in python files entry: tools/ci/check_type_comments.py additional_dependencies: - - 'mypy==0.800' - - 'mypy-extensions==0.4.3' + - 'mypy==1.0.1' + - 'mypy-extensions==1.0.0' exclude: > (?x)^( .*_pb2.py