Skip to content

Commit f5846de

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

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
@@ -19,7 +19,7 @@ repos:
1919
- id: isort
2020
args: ["--profile", "black", "--filter-files"]
2121
- repo: https://github.com/MarcoGorelli/cython-lint
22-
rev: v0.17.0
22+
rev: v0.18.1
2323
hooks:
2424
- id: cython-lint
2525
- id: double-quote-cython-strings
@@ -65,7 +65,7 @@ repos:
6565
- id: mypy
6666
additional_dependencies: [types-setuptools]
6767
- repo: https://github.com/astral-sh/ruff-pre-commit
68-
rev: v0.14.0
68+
rev: v0.14.1
6969
hooks:
7070
- id: ruff
7171
args: ["--config", "python/pyproject.toml"]

0 commit comments

Comments
 (0)