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 4b48504 commit 654d4aeCopy full SHA for 654d4ae
.pre-commit-config.yaml
@@ -3,12 +3,12 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.6.0
+ rev: v5.0.0
7
hooks:
8
- id: check-yaml
9
- id: trailing-whitespace
10
- repo: https://github.com/python-jsonschema/check-jsonschema
11
- rev: 0.29.2
+ rev: 0.29.3
12
13
- id: check-github-workflows
14
- repo: https://github.com/coatl-dev/hadolint-coatl
0 commit comments