Skip to content

Commit b3d1683

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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
@@ -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.14.14
5858
hooks:
5959
- id: ruff
6060
args: ["--config", "python/pyproject.toml"]

0 commit comments

Comments
 (0)