Skip to content

Commit 382df27

Browse files
authored
chore: Bump pre-commit hooks (#93)
Lucas-C/pre-commit-hooks v1.5.5 -> v1.5.6 editorconfig-checker 3.4.0 -> 3.6.1 extenda/pre-commit-hooks v0.14.0 -> v0.15.0 yamllint v1.37.1 -> v1.38.0
1 parent 932d7a4 commit 382df27

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ repos:
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- repo: https://github.com/Lucas-C/pre-commit-hooks
10-
rev: v1.5.5
10+
rev: v1.5.6
1111
hooks:
1212
- id: remove-crlf
1313
- id: remove-tabs
1414
args: [ --whitespaces-count=2 ]
1515
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
16-
rev: 3.4.0
16+
rev: 3.6.1
1717
hooks:
1818
- id: editorconfig-checker
1919
- repo: https://github.com/extenda/pre-commit-hooks
20-
rev: v0.14.0
20+
rev: v0.15.0
2121
hooks:
2222
- id: google-java-formatter
2323
- id: commitlint
2424
stages: [commit-msg]
2525
- repo: https://github.com/adrienverge/yamllint.git
26-
rev: v1.37.1
26+
rev: v1.38.0
2727
hooks:
2828
- id: yamllint
2929
args: [ --strict, -c=.yamllint ]

0 commit comments

Comments
 (0)