Skip to content

Commit 631068b

Browse files
authored
chore: update pre-commit hooks (#2443)
1 parent 77a42aa commit 631068b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ repos:
1313
- id: check-yaml
1414
- id: check-added-large-files
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.12.10
16+
rev: v0.14.0
1717
hooks:
18-
- id: ruff
18+
- id: ruff-check
1919
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
2020
- id: ruff-format

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ spacy = [
7878
test = [
7979
"pytest>=5.4.3",
8080
"pytest-cov>=2.6.1",
81-
"ruff~=0.4.7",
81+
"ruff~=0.14.0",
8282
]
8383
use = [
8484
"tensorflow",

0 commit comments

Comments
 (0)