From 843437773f30876a1910ecddfac89072d0022a9a Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Fri, 18 Jun 2021 22:54:12 +0100 Subject: [PATCH] Bump mypy version --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 804e4561d..8d2b1b966 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,11 +42,12 @@ repos: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.812 + rev: v0.902 hooks: - id: mypy args: [--disallow-untyped-defs, --ignore-missing-imports] files: src/.*\.py$ + additional_dependencies: [types-docutils] - repo: https://github.com/PyCQA/pydocstyle rev: 6.1.1