mirror of
https://github.com/hwchase17/langchain
synced 2024-11-02 09:40:22 +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"]
|