Skip to content

Commit 6ad4d56

Browse files
[CI] Update pre-commit hooks (#657)
Co-authored-by: hcho3 <2532981+hcho3@users.noreply.github.com>
1 parent e898272 commit 6ad4d56

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
@@ -14,7 +14,7 @@ repos:
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/pycqa/isort
17-
rev: 8.0.0
17+
rev: 8.0.1
1818
hooks:
1919
- id: isort
2020
args: ["--profile", "black", "--filter-files"]
@@ -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.15.2
57+
rev: v0.15.4
5858
hooks:
5959
- id: ruff
6060
args: ["--config", "python/pyproject.toml"]

0 commit comments

Comments
 (0)