mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 23:00:00 +00:00
infra: fix CI on text-splitters (#21935)
This commit is contained in:
parent
f4ffef98a2
commit
0e72ed39a0
@ -75,7 +75,7 @@ select = [
|
||||
disallow_untyped_defs = "True"
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
module = ["transformers", "sentence_transformers", "nltk.tokenize", "konlpy.tag", "bs4"]
|
||||
module = ["transformers", "sentence_transformers", "nltk.tokenize", "konlpy.tag", "bs4", "pytest"]
|
||||
ignore_missing_imports = "True"
|
||||
|
||||
[tool.coverage.run]
|
||||
|
Loading…
Reference in New Issue
Block a user