Skip to content

Commit a78b6cf

Browse files
[CI] Update pre-commit hooks (#619)
Co-authored-by: hcho3 <2532981+hcho3@users.noreply.github.com>
1 parent 270ea32 commit a78b6cf

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -65,7 +65,7 @@ repos:
6565
- id: mypy
6666
additional_dependencies: [types-setuptools, numpy]
6767
- repo: https://github.com/astral-sh/ruff-pre-commit
68-
rev: v0.12.7
68+
rev: v0.12.8
6969
hooks:
7070
- id: ruff
7171
args: ["--config", "python/pyproject.toml"]

0 commit comments

Comments
 (0)