chore: pre-commit update
This commit is contained in:
parent
72026a8f99
commit
7c1793e9a2
1 changed files with 3 additions and 3 deletions
|
@ -8,17 +8,17 @@ repos:
|
||||||
entry: dotnet format --include
|
entry: dotnet format --include
|
||||||
types_or: [c#, vb]
|
types_or: [c#, vb]
|
||||||
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
|
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
|
||||||
rev: v1.6.26.11
|
rev: v1.7.1.15
|
||||||
hooks:
|
hooks:
|
||||||
- id: actionlint
|
- id: actionlint
|
||||||
additional_dependencies: [pyflakes>=3.0.1, shellcheck-py>=0.9.0.5]
|
additional_dependencies: [pyflakes>=3.0.1, shellcheck-py>=0.9.0.5]
|
||||||
- repo: https://github.com/hadolint/hadolint
|
- repo: https://github.com/hadolint/hadolint
|
||||||
rev: v2.12.0
|
rev: v2.13.0-beta
|
||||||
hooks:
|
hooks:
|
||||||
- id: hadolint-docker
|
- id: hadolint-docker
|
||||||
args: [--ignore, SC2086]
|
args: [--ignore, SC2086]
|
||||||
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
|
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
|
||||||
rev: v2.12.0
|
rev: v2.14.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: pretty-format-yaml
|
- id: pretty-format-yaml
|
||||||
args: [--autofix, --indent, '2']
|
args: [--autofix, --indent, '2']
|
||||||
|
|
Loading…
Reference in a new issue