Jacques Supcik 3 лет назад
Родитель
Сommit
80f52017d4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .pre-commit-config.yaml

+ 1 - 1
.pre-commit-config.yaml

@@ -94,7 +94,7 @@ repos:
         name: Check type annotations in python files
         entry: tools/ci/check_type_comments.py
         additional_dependencies:
-          - 'mypy==0.800'
+          - 'mypy==0.940'
           - 'mypy-extensions==0.4.3'
         language: python
         types: [python]