langchain/pyproject.toml
2022-10-24 14:51:15 -07:00

8 lines
131 B
TOML

[tool.isort]
profile = "black"
[tool.mypy]
ignore_missing_imports = "True"
disallow_untyped_defs = "True"
exclude = ["notebooks"]