forked from Archives/langchain
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"]
|