mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
8 lines
131 B
TOML
8 lines
131 B
TOML
[tool.isort]
|
|
profile = "black"
|
|
|
|
[tool.mypy]
|
|
ignore_missing_imports = "True"
|
|
disallow_untyped_defs = "True"
|
|
exclude = ["notebooks"]
|