Skip to content

Commit f7f3e0b

Browse files
chore: pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.10.0 → v2.12.0](macisamuele/language-formatters-pre-commit-hooks@v2.10.0...v2.12.0) - [github.com/compilerla/conventional-pre-commit: v2.4.0 → v3.0.0](compilerla/conventional-pre-commit@v2.4.0...v3.0.0)
1 parent 6ae7d79 commit f7f3e0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.5.0
66
hooks:
77
- id: check-yaml
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
11-
rev: v2.10.0
11+
rev: v2.12.0
1212
hooks:
1313
- id: pretty-format-yaml
1414
args:
1515
- --autofix
1616
- --indent
1717
- '2'
1818
- repo: https://github.com/compilerla/conventional-pre-commit
19-
rev: v2.4.0
19+
rev: v3.0.0
2020
hooks:
2121
- id: conventional-pre-commit
2222
stages: [commit-msg]

0 commit comments

Comments
 (0)