Skip to content

Commit 63403ae

Browse files
committed
update workspace and precommit hooks
Signed-off-by: Marc Crébassa <[email protected]>
1 parent 74fbe5c commit 63403ae

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,4 @@ GitHub.sublime-settings
107107

108108
# ansible-test ouputs
109109
tests/output
110+
.ansible

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
repos:
33
- repo: https://github.com/adrienverge/yamllint.git
4-
rev: v1.35.1
4+
rev: v1.37.1
55
hooks:
66
- id: yamllint
77
args: ["-c=.yamllint.yml", "."]
88
- repo: https://github.com/ansible-community/ansible-lint.git
9-
rev: v24.5.0
9+
rev: v25.6.1
1010
hooks:
1111
- id: ansible-lint
1212
files: \.(yaml|yml)$
1313
- repo: https://github.com/psf/black
14-
rev: 24.4.2
14+
rev: 25.1.0
1515
hooks:
1616
- id: black
17-
language_version: python3.10
17+
language_version: python3.13

meta/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
requires_ansible: '>=2.14.0'
2+
requires_ansible: '>=2.15.0'

0 commit comments

Comments
 (0)