Skip to content

Commit 2cd2c0a

Browse files
[CI] Update pre-commit hooks (#615)
Co-authored-by: hcho3 <2532981+hcho3@users.noreply.github.com>
1 parent 59aa3fc commit 2cd2c0a

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
@@ -60,12 +60,12 @@ repos:
6060
additional_dependencies: [cpplint==1.6.1]
6161
types_or: [c++]
6262
- repo: https://github.com/pre-commit/mirrors-mypy
63-
rev: v1.16.1
63+
rev: v1.17.0
6464
hooks:
6565
- id: mypy
6666
additional_dependencies: [types-setuptools, numpy]
6767
- repo: https://github.com/astral-sh/ruff-pre-commit
68-
rev: v0.12.3
68+
rev: v0.12.4
6969
hooks:
7070
- id: ruff
7171
args: ["--config", "python/pyproject.toml"]

0 commit comments

Comments
 (0)