From 5a1d0b3067f575eb48d6a33ae1f7c7f9f1889bfb Mon Sep 17 00:00:00 2001 From: jpk Date: Sun, 3 Dec 2023 16:07:50 +0100 Subject: [PATCH] Remove mypy pre-commit-hook --- .pre-commit-config.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fcb3b1e..ebe9c32 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,16 +6,6 @@ repos: - id: end-of-file-fixer - id: check-toml - id: check-added-large-files - - repo: https://github.com/pycqa/isort - rev: 5.12.0 - hooks: - - id: isort - args: [--profile, black] - - repo: https://github.com/psf/black/ - rev: 23.11.0 - hooks: - - id: black - language_version: python3.10 - repo: https://github.com/asottile/pyupgrade rev: v3.15.0 hooks: