Files
quantconnect--lean/mypy.ini
T
Martin-Molinero 58b422976a
API Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Report Generator Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Syntax Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
Skip langchain from syntax check (#9023)
2025-10-10 11:46:09 -03:00

7 lines
179 B
INI

# Global options:
[mypy]
disable_error_code = var-annotated,has-type,union-attr
[mypy-IPython.*,torch.*,langchain.*,langchain_core.*,langchain_community.*]
follow_imports = skip