Skip to content

Commit

Permalink
Version bump ansible-lint to v6.20.3 and enforce ansible-core v…
Browse files Browse the repository at this point in the history
…ersion requirement

- `ansible-lint` version bump to `v6.20.3` to enforce all the needed checks for "modern" ansible development
- `ansible-core` version pinned to version `>=2.14.0,<2.15.0` which is the version that we are using on our ansibleee runner
- changed the url of the ansible-lint tool since the old link was a redirect

Signed-off-by: Roberto Alfieri <[email protected]>
  • Loading branch information
rebtoor committed Oct 18, 2023
1 parent f2c4353 commit 7821122
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 7821122

Please sign in to comment.