Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 4289e03

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/commitizen-tools/commitizen: v2.35.0 → v2.37.1](commitizen-tools/commitizen@v2.35.0...v2.37.1) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.3 → v3.0.0-alpha.4](pre-commit/mirrors-prettier@v3.0.0-alpha.3...v3.0.0-alpha.4) - [github.com/pre-commit/mirrors-clang-format: v14.0.6 → v15.0.4](pre-commit/mirrors-clang-format@v14.0.6...v15.0.4)
1 parent 6fae832 commit 4289e03

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
@@ -1,22 +1,22 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-yaml
88
- id: check-added-large-files
99
- repo: https://github.com/commitizen-tools/commitizen
10-
rev: v2.35.0
10+
rev: v2.37.1
1111
hooks:
1212
- id: commitizen
1313
- repo: https://github.com/pre-commit/mirrors-prettier
14-
rev: v3.0.0-alpha.3
14+
rev: v3.0.0-alpha.4
1515
hooks:
1616
- id: prettier
1717
stages:
1818
- commit
1919
- repo: https://github.com/pre-commit/mirrors-clang-format
20-
rev: v14.0.6
20+
rev: v15.0.4
2121
hooks:
2222
- id: clang-format

0 commit comments

Comments
 (0)