We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acb4af commit 4e041b8Copy full SHA for 4e041b8
1 file changed
.pre-commit-config.yaml
@@ -7,23 +7,23 @@ repos:
7
- id: end-of-file-fixer
8
- id: trailing-whitespace
9
- repo: https://github.com/Lucas-C/pre-commit-hooks
10
- rev: v1.5.5
+ rev: v1.5.6
11
hooks:
12
- id: remove-crlf
13
- id: remove-tabs
14
args: [ --whitespaces-count=2 ]
15
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
16
- rev: 3.4.0
+ rev: 3.6.1
17
18
- id: editorconfig-checker
19
- repo: https://github.com/extenda/pre-commit-hooks
20
- rev: v0.14.0
+ rev: v0.15.0
21
22
- id: google-java-formatter
23
- id: commitlint
24
stages: [commit-msg]
25
- repo: https://github.com/adrienverge/yamllint.git
26
- rev: v1.37.1
+ rev: v1.38.0
27
28
- id: yamllint
29
args: [ --strict, -c=.yamllint ]
0 commit comments