Remove mypy pre-commit-hook

This commit is contained in:
jpk 2023-12-03 16:03:27 +01:00
parent 608e26f522
commit 1079f91b60
1 changed files with 0 additions and 5 deletions

View File

@ -4,7 +4,6 @@ repos:
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
- id: check-yaml
- id: check-toml - id: check-toml
- id: check-added-large-files - id: check-added-large-files
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
@ -12,10 +11,6 @@ repos:
hooks: hooks:
- id: isort - id: isort
args: [--profile, black] args: [--profile, black]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
hooks:
- id: mypy
- repo: https://github.com/psf/black/ - repo: https://github.com/psf/black/
rev: 23.11.0 rev: 23.11.0
hooks: hooks: