Skip to content

Commit a545056

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.6 → v22.1.4](pre-commit/mirrors-clang-format@v21.1.6...v22.1.4) - [github.com/PyCQA/pylint: v4.0.4 → v4.0.5](pylint-dev/pylint@v4.0.4...v4.0.5) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/scop/pre-commit-shfmt: v3.12.0-2 → v3.13.1-1](scop/pre-commit-shfmt@v3.12.0-2...v3.13.1-1) - [github.com/compilerla/conventional-pre-commit: v4.3.0 → v4.4.0](compilerla/conventional-pre-commit@v4.3.0...v4.4.0)
1 parent 08a1c4b commit a545056

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.4
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)
@@ -36,7 +36,7 @@ repos:
3636
hooks:
3737
- id: autopep8
3838
- repo: https://github.com/codespell-project/codespell
39-
rev: v2.4.1
39+
rev: v2.4.2
4040
hooks:
4141
- id: codespell
4242
- repo: https://github.com/cheshirekow/cmake-format-precommit
@@ -52,15 +52,15 @@ repos:
5252
hooks:
5353
- id: reuse
5454
- repo: https://github.com/scop/pre-commit-shfmt
55-
rev: v3.12.0-2
55+
rev: v3.13.1-1
5656
hooks:
5757
- id: shfmt
5858
- repo: https://github.com/shellcheck-py/shellcheck-py
5959
rev: v0.11.0.1
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)