From 72376856ce65bcc0962843646f73a92f0c67bd78 Mon Sep 17 00:00:00 2001 From: Jannis Mittenzwei Date: Wed, 2 Oct 2024 15:14:30 +0200 Subject: [PATCH] add module to mypy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2fbea7..1cc76db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ testpaths = [ ] [[tool.mypy.overrides]] -module = ["exasol_integration_test_docker_environment.*"] +module = ["exasol_integration_test_docker_environment.*", "docker.*", "toml"] ignore_missing_imports = true