From 9768de5c48a5d050552f86f4771d739410ea9d93 Mon Sep 17 00:00:00 2001 From: Aliaksandr Yakutovich Date: Mon, 30 Oct 2023 15:02:05 +0100 Subject: [PATCH] Temporary disable mypy check. --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 31f62117..d8082f46 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,15 +44,15 @@ repos: - pep8-naming - pyflakes - tryceratops - - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.1 - hooks: - - id: mypy - additional_dependencies: - - types-click-spinner - - types-requests - - types-tabulate - - types-toml + # - repo: https://github.com/pre-commit/mirrors-mypy + # rev: v1.5.1 + # hooks: + # - id: mypy + # additional_dependencies: + # - types-click-spinner + # - types-requests + # - types-tabulate + # - types-toml - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt rev: 0.2.3 hooks: