Skip to content

Commit 8350a2b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.2 → v22.1.5](pre-commit/mirrors-clang-format@v21.1.2...v22.1.5) - [github.com/PyCQA/pylint: v4.0.2 → v4.0.5](pylint-dev/pylint@v4.0.2...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/markdownlint/markdownlint: v0.12.0 → v0.16.0](markdownlint/markdownlint@v0.12.0...v0.16.0) - [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)
1 parent 0a2323d commit 8350a2b

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,11 +21,11 @@ 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.2
24+
rev: v22.1.5
2525
hooks:
2626
- id: clang-format
2727
- repo: https://github.com/PyCQA/pylint
28-
rev: v4.0.2
28+
rev: v4.0.5
2929
hooks:
3030
- id: pylint
3131
exclude: ^(.cmake-format.py|conan/.*/conanfile.py)
@@ -35,7 +35,7 @@ repos:
3535
- id: autopep8
3636
exclude: ^(.cmake-format.py|conan/.*/conanfile.py)
3737
- repo: https://github.com/codespell-project/codespell
38-
rev: v2.4.1
38+
rev: v2.4.2
3939
hooks:
4040
- id: codespell
4141
- repo: https://github.com/cheshirekow/cmake-format-precommit
@@ -46,7 +46,7 @@ repos:
4646
- id: cmake-format
4747
exclude: (cmake/Toolchain-QNX|.py.cmake|.h.cmake|.rc.cmake|Doxyfile.cmake|gammaray.qhcp.cmake)
4848
- repo: https://github.com/markdownlint/markdownlint
49-
rev: v0.12.0
49+
rev: v0.16.0
5050
hooks:
5151
- id: markdownlint
5252
entry: mdl
@@ -57,7 +57,7 @@ repos:
5757
hooks:
5858
- id: reuse
5959
- repo: https://github.com/scop/pre-commit-shfmt
60-
rev: v3.12.0-2
60+
rev: v3.13.1-1
6161
hooks:
6262
- id: shfmt
6363
- repo: https://github.com/shellcheck-py/shellcheck-py

0 commit comments

Comments
 (0)