Skip to content

Commit 51d92a9

Browse files
committed
pre-ommit
1 parent 37f5da7 commit 51d92a9

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.gitattributes

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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-

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
default_language_version:
3-
python: python3.8
3+
python: python3.10
44
exclude: .venv
55
repos:
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$

0 commit comments

Comments
 (0)