Skip to content

Commit 997b5c2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.0 → v22.1.4](pre-commit/mirrors-clang-format@v21.1.0...v22.1.4) - [github.com/PyCQA/pylint: v3.3.8 → v4.0.5](pylint-dev/pylint@v3.3.8...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.15.0](markdownlint/markdownlint@v0.12.0...v0.15.0) - [github.com/fsfe/reuse-tool: v5.0.2 → v6.2.0](fsfe/reuse-tool@v5.0.2...v6.2.0)
1 parent d6c61ca commit 997b5c2

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
@@ -20,11 +20,11 @@ repos:
2020
- id: destroyed-symlinks
2121
- id: check-executables-have-shebangs
2222
- repo: https://github.com/pre-commit/mirrors-clang-format
23-
rev: v21.1.0
23+
rev: v22.1.4
2424
hooks:
2525
- id: clang-format
2626
- repo: https://github.com/PyCQA/pylint
27-
rev: v3.3.8
27+
rev: v4.0.5
2828
hooks:
2929
- id: pylint
3030
exclude: ^(.cmake-format.py|conan/conanfile.py|scripts/genignore.py)
@@ -34,7 +34,7 @@ repos:
3434
- id: autopep8
3535
exclude: ^(.cmake-format.py|conan/conanfile.py)
3636
- repo: https://github.com/codespell-project/codespell
37-
rev: v2.4.1
37+
rev: v2.4.2
3838
hooks:
3939
- id: codespell
4040
- repo: https://github.com/cheshirekow/cmake-format-precommit
@@ -45,13 +45,13 @@ repos:
4545
- id: cmake-format
4646
exclude: (.py.cmake|Doxyfile.cmake)
4747
- repo: https://github.com/markdownlint/markdownlint
48-
rev: v0.12.0
48+
rev: v0.15.0
4949
hooks:
5050
- id: markdownlint
5151
entry: mdl
5252
language: ruby
5353
files: \.(md|mdown|markdown)$
5454
- repo: https://github.com/fsfe/reuse-tool
55-
rev: v5.0.2
55+
rev: v6.2.0
5656
hooks:
5757
- id: reuse-lint-file

0 commit comments

Comments
 (0)