diff --git a/pyproject.toml b/pyproject.toml index 769333b..c82763a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,7 @@ reportUnusedClass = false reportUnusedFunction = false reportUnusedImport = false reportUnusedVariable = false +reportMissingImports = false [tool.mypy] mypy_path = "trading"