Skip to content

Commit f5b11cd

Browse files
committed
fix: update black to 26.x, add spacy.cli.download to mypy overrides
1 parent 004e1fb commit f5b11cd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ repos:
6060
- id: isort
6161

6262
- repo: https://github.com/psf/black
63-
rev: 25.1.0
63+
rev: 26.1.0
6464
hooks:
6565
- id: black
6666
language_version: python3

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ module = [
6161
"sentence_transformers",
6262
"spacy",
6363
"spacy.cli",
64+
"spacy.cli.download",
6465
"spacy.language",
6566
]
6667
ignore_missing_imports = true

0 commit comments

Comments
 (0)