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