Skip to content

Commit 49cc27a

Browse files
[CI] Update pre-commit hooks (#627)
1 parent c0a7009 commit 49cc27a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ repos:
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/pycqa/isort
17-
rev: 6.0.1
17+
rev: 6.1.0
1818
hooks:
1919
- id: isort
2020
args: ["--profile", "black", "--filter-files"]
2121
- repo: https://github.com/MarcoGorelli/cython-lint
22-
rev: v0.16.7
22+
rev: v0.17.0
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.13.2
68+
rev: v0.13.3
6969
hooks:
7070
- id: ruff
7171
args: ["--config", "python/pyproject.toml"]

0 commit comments

Comments
 (0)