diff --git a/pyproject.toml b/pyproject.toml index a0143cc2b..13df876ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -383,6 +383,10 @@ exclude = [ "**/__pycache__", "venv", ] +extraPaths = [ + "scripts", + "pipelines", + ] reportMissingImports = "none" reportInvalidTypeForm = "none"