Skip to content

Commit 67f71f4

Browse files
hcho3github-actions[bot]
authored andcommitted
[CI] Update pre-commit hooks
1 parent 411113b commit 67f71f4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: check-added-large-files
1111
args: ["--maxkb=4000"]
1212
- repo: https://github.com/psf/black
13-
rev: 25.12.0
13+
rev: 26.1.0
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/pycqa/isort
@@ -19,7 +19,7 @@ repos:
1919
- id: isort
2020
args: ["--profile", "black", "--filter-files"]
2121
- repo: https://github.com/MarcoGorelli/cython-lint
22-
rev: v0.18.1
22+
rev: v0.19.0
2323
hooks:
2424
- id: cython-lint
2525
- id: double-quote-cython-strings
@@ -54,7 +54,7 @@ repos:
5454
- id: mypy
5555
additional_dependencies: [types-setuptools]
5656
- repo: https://github.com/astral-sh/ruff-pre-commit
57-
rev: v0.14.11
57+
rev: v0.15.0
5858
hooks:
5959
- id: ruff
6060
args: ["--config", "python/pyproject.toml"]

0 commit comments

Comments
 (0)