Skip to content

Commit 26ff2ae

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.0](pre-commit/mirrors-clang-format@v20.1.5...v21.1.0) - [github.com/PyCQA/pylint: v3.3.7 → v3.3.8](pylint-dev/pylint@v3.3.7...v3.3.8)
1 parent d628357 commit 26ff2ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.0
2323
hooks:
2424
- id: clang-format
2525
- repo: https://github.com/PyCQA/pylint
26-
rev: v3.3.7
26+
rev: v3.3.8
2727
hooks:
2828
- id: pylint
2929
exclude: ^(.cmake-format.py|conan/conanfile.py|scripts/genignore.py)

0 commit comments

Comments
 (0)