Skip to content

Commit

Permalink
Merge pull request #460 from rebtoor/bump-ansible-lint
Browse files Browse the repository at this point in the history
Version bump `ansible-lint` to `v6.20.3` and enforce `ansible-core` version requirement
  • Loading branch information
openshift-ci[bot] authored Oct 18, 2023
2 parents 835a4e0 + 69683ab commit b873046
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ repos:
# E501 - line is too long, would require local ignore or obfuscating changes
# W503 - line break before binary operator, ignored by default
entry: flake8 --ignore=E501,W503
- repo: https://github.com/ansible-community/ansible-lint
rev: v6.14.2
- repo: https://github.com/ansible/ansible-lint
rev: v6.20.3
hooks:
- id: ansible-lint
additional_dependencies:
- ansible-core
- yamllint
- ansible-core>=2.14.0,<2.15.0
- repo: https://github.com/openstack-dev/bashate.git
rev: 2.1.1
hooks:
Expand Down

0 comments on commit b873046

Please sign in to comment.