From 92ee78da4e5d4c54a19aa9a07f9403c4678436ee Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Thu, 25 Jan 2024 15:39:46 +0100 Subject: [PATCH] Add ixmp4 to type checking packages --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b15535660..c61cab8cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,6 +13,7 @@ repos: - mypy >= 1.8.0 - genno - GitPython + - ixmp4 - nbclient - pytest - sphinx