Skip to content

Commit ddbeb4b

Browse files
[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.5 → v21.1.6](pre-commit/mirrors-clang-format@v20.1.5...v21.1.6) - [github.com/PyCQA/pylint: v3.3.7 → v4.0.4](pylint-dev/pylint@v3.3.7...v4.0.4) - [github.com/markdownlint/markdownlint: v0.12.0 → v0.15.0](markdownlint/markdownlint@v0.12.0...v0.15.0) - [github.com/fsfe/reuse-tool: v5.0.2 → v6.2.0](fsfe/reuse-tool@v5.0.2...v6.2.0)
1 parent cd8ff4b commit ddbeb4b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66
exclude: ^(cmake/ECM/|cmake/KDAB/|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
@@ -19,11 +19,11 @@ repos:
1919
- id: destroyed-symlinks
2020
- id: check-executables-have-shebangs
2121
- repo: https://github.com/pre-commit/mirrors-clang-format
22-
rev: v20.1.5
22+
rev: v21.1.6
2323
hooks:
2424
- id: clang-format
2525
- repo: https://github.com/PyCQA/pylint
26-
rev: v3.3.7
26+
rev: v4.0.4
2727
hooks:
2828
- id: pylint
2929
exclude: ^(.cmake-format.py|conan/conanfile.py|scripts/genignore.py)
@@ -44,13 +44,13 @@ repos:
4444
- id: cmake-format
4545
exclude: (.py.cmake|Doxyfile.cmake)
4646
- repo: https://github.com/markdownlint/markdownlint
47-
rev: v0.12.0
47+
rev: v0.15.0
4848
hooks:
4949
- id: markdownlint
5050
entry: mdl
5151
language: ruby
5252
files: \.(md|mdown|markdown)$
5353
- repo: https://github.com/fsfe/reuse-tool
54-
rev: v5.0.2
54+
rev: v6.2.0
5555
hooks:
5656
- id: reuse

0 commit comments

Comments
 (0)