We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004e1fb commit f5b11cdCopy full SHA for f5b11cd
2 files changed
.pre-commit-config.yaml
@@ -60,7 +60,7 @@ repos:
60
- id: isort
61
62
- repo: https://github.com/psf/black
63
- rev: 25.1.0
+ rev: 26.1.0
64
hooks:
65
- id: black
66
language_version: python3
pyproject.toml
@@ -61,6 +61,7 @@ module = [
"sentence_transformers",
"spacy",
"spacy.cli",
+ "spacy.cli.download",
"spacy.language",
]
67
ignore_missing_imports = true
0 commit comments