mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
ITPLT-3650 upgrade ansible-core to 2.16 and other dependencies to latest versions
This commit is contained in:
@@ -3,7 +3,7 @@ default_install_hook_types: [pre-commit, prepare-commit-msg]
|
||||
default_stages: [pre-commit]
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.5.0
|
||||
rev: v4.6.0
|
||||
hooks:
|
||||
- id: check-executables-have-shebangs
|
||||
- id: check-merge-conflict
|
||||
@@ -12,21 +12,21 @@ repos:
|
||||
exclude: '(vault.yml.template|filter_catalina.yaml.j2)'
|
||||
- id: trailing-whitespace
|
||||
- repo: https://github.com/avilaton/add-msg-issue-prefix-hook
|
||||
rev: v0.0.9
|
||||
rev: v0.0.11
|
||||
hooks:
|
||||
- id: add-msg-issue-prefix
|
||||
args:
|
||||
- --template={}
|
||||
- --pattern=[a-zA-Z0-9]{1,10}-[0-9]{1,6}
|
||||
- repo: https://github.com/ansible/ansible-lint.git
|
||||
rev: v6.12.2
|
||||
rev: v24.2.2
|
||||
hooks:
|
||||
- id: ansible-lint
|
||||
additional_dependencies:
|
||||
- .
|
||||
- ansible-core==2.13.10
|
||||
- ansible-core==2.16.6
|
||||
- jmespath
|
||||
language_version: python3.8
|
||||
language_version: python3.11
|
||||
- repo: https://github.com/IamTheFij/ansible-pre-commit.git
|
||||
rev: v0.1.2
|
||||
hooks:
|
||||
|
||||
Reference in New Issue
Block a user