Skip to content

Commit de90d4d

Browse files
ci(pre-commit): pre-commit autoupdate (#366)
updates: - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.0...v0.13.3) - [github.com/pre-commit/mirrors-clang-format: v21.1.0 → v21.1.2](pre-commit/mirrors-clang-format@v21.1.0...v21.1.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e8953a9 commit de90d4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ci:
77

88
repos:
99
- repo: https://github.com/psf/black-pre-commit-mirror
10-
rev: 25.1.0
10+
rev: 25.9.0
1111
hooks:
1212
- id: black
1313

@@ -26,7 +26,7 @@ repos:
2626
- id: trailing-whitespace
2727

2828
- repo: https://github.com/PyCQA/isort
29-
rev: 6.0.1
29+
rev: 6.1.0
3030
hooks:
3131
- id: isort
3232

@@ -42,13 +42,13 @@ repos:
4242
- id: setup-cfg-fmt
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: v0.13.0
45+
rev: v0.13.3
4646
hooks:
4747
- id: ruff
4848
args: [--fix, --show-fixes]
4949

5050
- repo: https://github.com/pre-commit/mirrors-clang-format
51-
rev: "v21.1.0"
51+
rev: "v21.1.2"
5252
hooks:
5353
- id: clang-format
5454
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)