Skip to content

Commit

Permalink
infra: fix CI on text-splitters (#21935)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed May 20, 2024
1 parent f4ffef9 commit 0e72ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/text-splitters/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0e72ed3

Please sign in to comment.