From 1079f91b60cd4d4fc56060bf958b8c8e8eb9d0ba Mon Sep 17 00:00:00 2001 From: jpk Date: Sun, 3 Dec 2023 16:03:27 +0100 Subject: [PATCH] Remove mypy pre-commit-hook --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c026256..fcb3b1e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,6 @@ repos: hooks: - id: trailing-whitespace - id: end-of-file-fixer - - id: check-yaml - id: check-toml - id: check-added-large-files - repo: https://github.com/pycqa/isort @@ -12,10 +11,6 @@ repos: hooks: - id: isort args: [--profile, black] - - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.1 - hooks: - - id: mypy - repo: https://github.com/psf/black/ rev: 23.11.0 hooks: