Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-clang-format: v19.1.3 → v19.1.4](pre-commit/mirrors-clang-format@v19.1.3...v19.1.4)
- [github.com/Mateusz-Grzelinski/actionlint-py: v1.7.3.17 → v1.7.4.20](Mateusz-Grzelinski/actionlint-py@v1.7.3.17...v1.7.4.20)
- [github.com/nicklockwood/SwiftFormat: 0.54.6 → 0.55.2](nicklockwood/SwiftFormat@0.54.6...0.55.2)
  • Loading branch information
pre-commit-ci[bot] authored Nov 25, 2024
1 parent 6272eb3 commit 8311945
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: check-yaml
args: [--allow-multiple-documents, --unsafe]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.3
rev: v19.1.4
hooks:
- id: clang-format
files: '.*\.(hpp|cpp|h)'
Expand All @@ -15,12 +15,12 @@ repos:
hooks:
- id: buildifier
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
rev: v1.7.3.17
rev: v1.7.4.20
hooks:
- id: actionlint
additional_dependencies: [shellcheck-py]
- repo: https://github.com/nicklockwood/SwiftFormat
rev: "0.54.6"
rev: "0.55.2"
hooks:
- id: swiftformat
args: [--swiftversion, "5.8"]
Expand Down

0 comments on commit 8311945

Please sign in to comment.