Skip to content

Commit ecbc4e3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.8 → v22.1.0](pre-commit/mirrors-clang-format@v21.1.8...v22.1.0) - [github.com/pycqa/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1)
1 parent d80b5a6 commit ecbc4e3

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: v21.1.8
69+
rev: v22.1.0
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: 7.0.0
91+
rev: 8.0.1
9292
hooks:
9393
- id: isort
9494
name: isort (python)

0 commit comments

Comments
 (0)