From a1c1d0ad490280b815d5a4f75196438c1c696349 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Wed, 27 Mar 2024 18:31:33 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=20pre-commit:=20Add=20mypy=20dependen?= =?UTF-8?q?cies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes gh-106. --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 819d14e..3a83efc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,6 +30,9 @@ repos: - types-setuptools - types-lxml - numpy # for numpy plugin + - attrs + - multimethod + - rapidfuzz id: mypy - repo: https://gitlab.com/vojko.pribudic/pre-commit-update