Skip to content

Commit 05967a5

Browse files
[pre-commit.ci] pre-commit autoupdate (#379)
updates: - [github.com/pre-commit/mirrors-clang-format: v19.1.7 → v20.1.0](pre-commit/mirrors-clang-format@v19.1.7...v20.1.0) - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston <[email protected]>
1 parent 2391bea commit 05967a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: end-of-file-fixer
99
- id: check-added-large-files
1010
- repo: https://github.com/pre-commit/mirrors-clang-format
11-
rev: v19.1.7
11+
rev: v20.1.0
1212
hooks:
1313
- id: clang-format
1414
types_or:
@@ -17,7 +17,7 @@ repos:
1717
- "cuda"
1818
args: [-style=Webkit, -i]
1919
- repo: https://github.com/PyCQA/isort
20-
rev: 6.0.0
20+
rev: 6.0.1
2121
hooks:
2222
- id: isort
2323
- repo: https://github.com/psf/black

0 commit comments

Comments
 (0)