File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,3 @@ test_*.yml text eol=lf linguist-language=Goss
6161.gitattributes export-ignore
6262.gitignore export-ignore
6363.gitkeep export-ignore
64-
65-
66-
Original file line number Diff line number Diff line change 11---
22default_language_version :
3- python : python3.8
3+ python : python3.10
44exclude : .venv
55repos :
66 - repo : https://github.com/pre-commit/pre-commit-hooks
@@ -14,13 +14,13 @@ repos:
1414 - id : check-added-large-files
1515
1616 - repo : https://github.com/adrienverge/yamllint
17- rev : v1.26 .0
17+ rev : v1.27 .0
1818 hooks :
1919 - id : yamllint
2020 args : [-c=.yamllint]
2121
2222 - repo : https://github.com/ansible-community/ansible-lint.git
23- rev : v4.3.7
23+ rev : v6.4.0
2424 hooks :
2525 - id : ansible-lint
2626 files : \.yml$
You can’t perform that action at this time.
0 commit comments