Skip to content

Commit a167195

Browse files
[pre-commit.ci] pre-commit autoupdate (#1349)
updates: - [github.com/pre-commit/mirrors-clang-format: v15.0.4 → v15.0.6](pre-commit/mirrors-clang-format@v15.0.4...v15.0.6) - [github.com/pycqa/isort: 5.11.1 → v5.11.3](PyCQA/isort@5.11.1...v5.11.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent df097bb commit a167195

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
@@ -65,7 +65,7 @@ repos:
6565
# clang-format v13
6666
# to run manually, use .github/workflows/clang-format/clang-format.sh
6767
- repo: https://github.com/pre-commit/mirrors-clang-format
68-
rev: v15.0.4
68+
rev: v15.0.6
6969
hooks:
7070
- id: clang-format
7171

@@ -79,7 +79,7 @@ repos:
7979
# Sorts Python imports according to PEP8
8080
# https://www.python.org/dev/peps/pep-0008/#imports
8181
- repo: https://github.com/pycqa/isort
82-
rev: 5.11.1
82+
rev: v5.11.3
8383
hooks:
8484
- id: isort
8585
name: isort (python)

0 commit comments

Comments
 (0)