Skip to content

Commit 9743e85

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.6 → v22.1.0](pre-commit/mirrors-clang-format@v21.1.6...v22.1.0) - [github.com/PyCQA/pylint: v4.0.4 → v4.0.5](pylint-dev/pylint@v4.0.4...v4.0.5) - [github.com/compilerla/conventional-pre-commit: v4.3.0 → v4.4.0](compilerla/conventional-pre-commit@v4.3.0...v4.4.0)
1 parent e7ae4e1 commit 9743e85

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ repos:
2121
- id: destroyed-symlinks
2222
- id: check-executables-have-shebangs
2323
- repo: https://github.com/pre-commit/mirrors-clang-format
24-
rev: v21.1.6
24+
rev: v22.1.0
2525
hooks:
2626
- id: clang-format
2727
exclude: (.json)
2828
- repo: https://github.com/PyCQA/pylint
29-
rev: v4.0.4
29+
rev: v4.0.5
3030
hooks:
3131
- id: pylint
3232
exclude: ^(.cmake-format.py|conan/conanfile.py)
@@ -60,7 +60,7 @@ repos:
6060
hooks:
6161
- id: shellcheck
6262
- repo: https://github.com/compilerla/conventional-pre-commit
63-
rev: v4.3.0
63+
rev: v4.4.0
6464
hooks:
6565
- id: conventional-pre-commit
6666
stages: [commit-msg]

0 commit comments

Comments
 (0)