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 c93da90 commit b78c440Copy full SHA for b78c440
.pre-commit-config.yaml
@@ -3,12 +3,12 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v5.0.0
+ rev: v6.0.0
7
hooks:
8
- id: check-yaml
9
- id: trailing-whitespace
10
- repo: https://github.com/python-jsonschema/check-jsonschema
11
- rev: 0.33.2
+ rev: 0.33.3
12
13
- id: check-github-workflows
14
- repo: https://github.com/coatl-dev/hadolint-coatl
0 commit comments