From b4d7658a86bd48874ba438de8239c507cbc741da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Bournhonesque?= Date: Mon, 27 Nov 2023 16:14:04 +0100 Subject: [PATCH] fix: temporarily disable pre-commit config --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4168c9bb..ffadc6b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,8 +15,8 @@ repos: rev: 5.12.0 hooks: - id: isort - - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.971 - hooks: - - id: mypy - additional_dependencies: [types-all] + # - repo: https://github.com/pre-commit/mirrors-mypy + # rev: v0.971 + # hooks: + # - id: mypy + # additional_dependencies: [types-all]