Skip to content

Commit 4f66bb3

Browse files
pre-commit-ci[bot]Allen Winter
authored and
Allen Winter
committed
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/pre-commit/mirrors-clang-format: v18.1.2 → v18.1.5](pre-commit/mirrors-clang-format@v18.1.2...v18.1.5) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/fsfe/reuse-tool: v3.0.1 → v3.1.0a1](fsfe/reuse-tool@v3.0.1...v3.1.0a1)
1 parent d757adb commit 4f66bb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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: v4.5.0
9+
rev: v4.6.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -16,11 +16,11 @@ repos:
1616
args: [--allow-multiple-documents]
1717
- id: check-json
1818
- repo: https://github.com/pre-commit/mirrors-clang-format
19-
rev: v18.1.2
19+
rev: v18.1.5
2020
hooks:
2121
- id: clang-format
2222
- repo: https://github.com/codespell-project/codespell
23-
rev: v2.2.6
23+
rev: v2.3.0
2424
hooks:
2525
- id: codespell
2626
- repo: https://github.com/cheshirekow/cmake-format-precommit
@@ -38,6 +38,6 @@ repos:
3838
language: ruby
3939
files: \.(md|mdown|markdown)$
4040
- repo: https://github.com/fsfe/reuse-tool
41-
rev: v3.0.1
41+
rev: v3.1.0a1
4242
hooks:
4343
- id: reuse

0 commit comments

Comments
 (0)