Skip to content

Commit 86778be

Browse files
[CI] Update pre-commit hooks (#649)
Co-authored-by: hcho3 <2532981+hcho3@users.noreply.github.com>
1 parent a9ce6c3 commit 86778be

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
@@ -49,12 +49,12 @@ repos:
4949
additional_dependencies: [cpplint==1.6.1]
5050
types_or: [c++]
5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v1.19.0
52+
rev: v1.19.1
5353
hooks:
5454
- id: mypy
5555
additional_dependencies: [types-setuptools]
5656
- repo: https://github.com/astral-sh/ruff-pre-commit
57-
rev: v0.14.8
57+
rev: v0.14.11
5858
hooks:
5959
- id: ruff
6060
args: ["--config", "python/pyproject.toml"]

0 commit comments

Comments
 (0)