Files
langchain/pyproject.toml
Harrison Chase 18aeb72012 initial commit
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"]