Skip to content

Commit d54e349

Browse files
pre-commit-ci[bot]KrisThielemans
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1) - [github.com/pre-commit/mirrors-clang-format: v21.1.2 → v22.1.0](pre-commit/mirrors-clang-format@v21.1.2...v22.1.0)
1 parent 12ca1cf commit d54e349

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
@@ -49,11 +49,11 @@ repos:
4949
args: [-i]
5050
additional_dependencies: [toml]
5151
- repo: https://github.com/PyCQA/isort
52-
rev: 7.0.0
52+
rev: 8.0.1
5353
hooks:
5454
- id: isort
5555
- repo: https://github.com/pre-commit/mirrors-clang-format
56-
rev: v21.1.2
56+
rev: v22.1.0
5757
hooks:
5858
- id: clang-format
5959
types_or: [c++]

0 commit comments

Comments
 (0)