From bd47c251a697364d07c80b4b3ea0e492258aba0b Mon Sep 17 00:00:00 2001 From: mooniean Date: Thu, 8 Feb 2024 16:03:15 +0000 Subject: [PATCH] added arg to mypy to try and fix github workflow error --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 016b01a..b0d9827 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: hooks: - id: mypy files: src|tests - args: [--ignore-missing-imports] + args: [--ignore-missing-imports, --explicit-package-bases] additional_dependencies: - pytest