Skip to content

Commit d5b42ed

Browse files
[pre-commit.ci] pre-commit autoupdate (#1714)
updates: - [github.com/pre-commit/mirrors-clang-format: v19.1.6 → v19.1.7](pre-commit/mirrors-clang-format@v19.1.6...v19.1.7) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8cace7e commit d5b42ed

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
@@ -66,7 +66,7 @@ repos:
6666
# clang-format v13
6767
# to run manually, use .github/workflows/clang-format/clang-format.sh
6868
- repo: https://github.com/pre-commit/mirrors-clang-format
69-
rev: v19.1.6
69+
rev: v19.1.7
7070
hooks:
7171
- id: clang-format
7272
# By default, the clang-format hook configures:
@@ -88,7 +88,7 @@ repos:
8888
# Sorts Python imports according to PEP8
8989
# https://www.python.org/dev/peps/pep-0008/#imports
9090
- repo: https://github.com/pycqa/isort
91-
rev: 5.13.2
91+
rev: 6.0.0
9292
hooks:
9393
- id: isort
9494
name: isort (python)

0 commit comments

Comments
 (0)