Skip to content

Commit

Permalink
Met à jour ansible, ansible-lint et pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemilink committed Aug 2, 2024
1 parent 37ce1ac commit 1b73a93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v24.2.1 # doit aussi être mis à jour dans requirements.txt
rev: v24.7.0 # doit aussi être mis à jour dans requirements.txt
hooks:
- id: ansible-lint
files: \.(yaml|yml)$
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ansible==9.3.0
ansible-lint==24.2.1 # doit aussi être mis à jour dans .pre-commit-config.yaml
pre-commit==3.6.2
ansible==10.2.0
ansible-lint==24.7.0 # doit aussi être mis à jour dans .pre-commit-config.yaml
pre-commit==3.8.0

0 comments on commit 1b73a93

Please sign in to comment.