We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38385d7 commit 026d18fCopy full SHA for 026d18f
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
---
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v5.0.0
+ rev: v6.0.0
5
hooks:
6
- id: check-added-large-files
7
- id: check-case-conflict
@@ -11,7 +11,7 @@ repos:
11
name: Check trailing whitespace
12
args: [--markdown-linebreak-ext=md]
13
- repo: https://github.com/adrienverge/yamllint.git
14
- rev: v1.37.1
+ rev: v1.38.0
15
16
- id: yamllint
17
name: Check yaml files (yamllint)
0 commit comments