Skip to content

Commit d189fbd

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.3 → v19.1.6](pre-commit/mirrors-clang-format@v19.1.3...v19.1.6) - [github.com/PyCQA/pylint: v3.3.1 → v3.3.3](pylint-dev/pylint@v3.3.1...v3.3.3) - [github.com/fsfe/reuse-tool: v4.0.3 → v5.0.2](fsfe/reuse-tool@v4.0.3...v5.0.2) - [github.com/scop/pre-commit-shfmt: v3.10.0-1 → v3.10.0-2](scop/pre-commit-shfmt@v3.10.0-1...v3.10.0-2)
1 parent 27fc52e commit d189fbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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: v19.1.3
24+
rev: v19.1.6
2525
hooks:
2626
- id: clang-format
2727
- repo: https://github.com/PyCQA/pylint
28-
rev: v3.3.1
28+
rev: v3.3.3
2929
hooks:
3030
- id: pylint
3131
exclude: ^(.cmake-format.py|conan/.*/conanfile.py)
@@ -53,12 +53,12 @@ repos:
5353
language: ruby
5454
files: \.(md|mdown|markdown)$
5555
- repo: https://github.com/fsfe/reuse-tool
56-
rev: v4.0.3
56+
rev: v5.0.2
5757
hooks:
5858
- id: reuse
5959
args: [--suppress-deprecation]
6060
- repo: https://github.com/scop/pre-commit-shfmt
61-
rev: v3.10.0-1
61+
rev: v3.10.0-2
6262
hooks:
6363
- id: shfmt
6464
- repo: https://github.com/shellcheck-py/shellcheck-py

0 commit comments

Comments
 (0)