Skip to content

Commit 284b043

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v22.1.0 → v22.1.4](pre-commit/mirrors-clang-format@v22.1.0...v22.1.4) - [github.com/pycqa/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3)
1 parent 485b1c7 commit 284b043

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)