7 lines
179 B
INI
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 |