mirror of
https://github.com/batonogov/learn-devops.git
synced 2026-02-04 05:10:41 +00:00
Upgrade manifests (#21)
* Upgrade manifests * Upgrade providers --------- Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
This commit is contained in:
committed by
GitHub
parent
c620489b15
commit
302ffdd5f5
@@ -1,6 +1,6 @@
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
rev: v5.0.0
|
||||
hooks:
|
||||
- id: check-added-large-files
|
||||
- id: check-case-conflict
|
||||
@@ -19,12 +19,12 @@ repos:
|
||||
- id: trailing-whitespace
|
||||
|
||||
- repo: https://github.com/ansible-community/ansible-lint.git
|
||||
rev: v24.5.0
|
||||
rev: v24.9.2
|
||||
hooks:
|
||||
- id: ansible-lint
|
||||
|
||||
- repo: https://github.com/tofuutils/pre-commit-opentofu
|
||||
rev: v1.0.2
|
||||
rev: v2.1.0
|
||||
hooks:
|
||||
- id: tofu_fmt
|
||||
- id: tofu_validate
|
||||
|
||||
Reference in New Issue
Block a user