Skip to content

Commit 8fc1f31

Browse files
committed
WIP: mypy disabled until python/mypy#11829 gets pushed into pypi
1 parent 2600a29 commit 8fc1f31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ reportUnusedClass = false
4242
reportUnusedFunction = false
4343
reportUnusedImport = false
4444
reportUnusedVariable = false
45+
reportMissingImports = false
4546

4647
[tool.mypy]
4748
mypy_path = "trading"

0 commit comments

Comments
 (0)