Skip to content

Commit c730452

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.2](pre-commit/mirrors-clang-format@v20.1.5...v21.1.2) - [github.com/PyCQA/pylint: v3.3.7 → v3.3.9](pylint-dev/pylint@v3.3.7...v3.3.9) - [github.com/fsfe/reuse-tool: v5.0.2 → v6.0.0](fsfe/reuse-tool@v5.0.2...v6.0.0)
1 parent bc2a1ad commit c730452

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.2
2323
hooks:
2424
- id: clang-format
2525
- repo: https://github.com/PyCQA/pylint
26-
rev: v3.3.7
26+
rev: v3.3.9
2727
hooks:
2828
- id: pylint
2929
exclude: ^(.cmake-format.py|conan/conanfile.py|scripts/genignore.py)
@@ -51,6 +51,6 @@ repos:
5151
language: ruby
5252
files: \.(md|mdown|markdown)$
5353
- repo: https://github.com/fsfe/reuse-tool
54-
rev: v5.0.2
54+
rev: v6.0.0
5555
hooks:
5656
- id: reuse

0 commit comments

Comments
 (0)