diff --git a/pyproject.toml b/pyproject.toml index 3c33f69c..3473eba6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,11 +69,10 @@ no_implicit_optional = true disallow_any_generics = false [[tool.mypy.overrides]] -module = "setuptools.*" -ignore_missing_imports = true - -[[tool.mypy.overrides]] -module = "pytest.*" +module = [ + "setuptools", + "pytest" +] ignore_missing_imports = true [tool.pylint.FORMAT]