Skip to content

Commit c818d73

Browse files
pre-commit-ci[bot]iamsergio
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-clang-format: v20.1.7 → v21.1.0](pre-commit/mirrors-clang-format@v20.1.7...v21.1.0)
1 parent b4034f8 commit c818d73

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
@@ -6,7 +6,7 @@ ci:
66
exclude: ^(cmake/ECM/|cmake/KDAB/|examples/qscxmldebugger/trafficlight.*|src/view/quick/qopengl2pexvertexarray.*|src/view/widgets/codeeditor.*|docs/api/doxygen-awesome.css)
77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -16,7 +16,7 @@ repos:
1616
args: [--allow-multiple-documents]
1717
- id: check-json
1818
- repo: https://github.com/pre-commit/mirrors-clang-format
19-
rev: v20.1.7
19+
rev: v21.1.0
2020
hooks:
2121
- id: clang-format
2222
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)