diff --git a/pyproject.toml b/pyproject.toml index 5359cd9..e2819f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,3 +57,7 @@ addopts = "--strict-markers" markers = [ "integration: integration tests", ] + + +[tool.mypy] +ignore_missing_imports = true diff --git a/setup.cfg b/setup.cfg index aeec880..b74e617 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,6 +7,3 @@ max-line-length = 88 [pylint.messages_control] disable = C0330, C0326 - -[mypy] -ignore_missing_imports = True