Skip to content

Commit 5a5e889

Browse files
pre-commit-ci[bot]dantti
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v19.1.6 → v19.1.7](pre-commit/mirrors-clang-format@v19.1.6...v19.1.7) - [github.com/PyCQA/pylint: v3.3.3 → v3.3.4](pylint-dev/pylint@v3.3.3...v3.3.4) - [github.com/hhatto/autopep8: v2.3.1 → v2.3.2](hhatto/autopep8@v2.3.1...v2.3.2) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/DavidAnson/markdownlint-cli2: v0.17.1 → v0.17.2](DavidAnson/markdownlint-cli2@v0.17.1...v0.17.2)
1 parent ac0e511 commit 5a5e889

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ repos:
2121
- id: destroyed-symlinks
2222
- id: check-executables-have-shebangs
2323
- repo: https://github.com/pre-commit/mirrors-clang-format
24-
rev: v19.1.6
24+
rev: v19.1.7
2525
hooks:
2626
- id: clang-format
2727
- repo: https://github.com/PyCQA/pylint
28-
rev: v3.3.3
28+
rev: v3.3.4
2929
hooks:
3030
- id: pylint
3131
exclude: ^(.cmake-format.py|conan/conanfile.py)
3232
- repo: https://github.com/hhatto/autopep8
33-
rev: v2.3.1
33+
rev: v2.3.2
3434
hooks:
3535
- id: autopep8
3636
exclude: ^(.cmake-format.py|conan/conanfile.py)
3737
- repo: https://github.com/codespell-project/codespell
38-
rev: v2.3.0
38+
rev: v2.4.1
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: (.py.cmake|Doxyfile.cmake)
4848
- repo: https://github.com/DavidAnson/markdownlint-cli2
49-
rev: v0.17.1
49+
rev: v0.17.2
5050
hooks:
5151
- id: markdownlint-cli2
5252
files: \.(md|mdown|markdown)$

0 commit comments

Comments
 (0)