langchain/pyproject.toml

8 lines
131 B
TOML
Raw Permalink Normal View History

2022-10-24 21:51:15 +00:00
[tool.isort]
profile = "black"
[tool.mypy]
ignore_missing_imports = "True"
disallow_untyped_defs = "True"
exclude = ["notebooks"]