Remove mypy pre-commit-hook

This commit is contained in:
jpk 2023-12-03 16:07:50 +01:00
parent 1079f91b60
commit 5a1d0b3067
1 changed files with 0 additions and 10 deletions

View File

@ -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: