From f35cdefc21bbe9091ce175b535b02a43d64fa86f Mon Sep 17 00:00:00 2001 From: brian Date: Sat, 19 Oct 2024 19:08:51 +0000 Subject: [PATCH] removed deprecated dependency --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9842b40..0da6fde 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,6 @@ repos: rev: v1.8.0 hooks: - id: mypy - additional_dependencies: [types-all] exclude: ^testing/resources/ - repo: https://github.com/psf/black rev: 24.4.2