From 8c35ca7fab3eb8446e653460e5b2037b7934c824 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:59:55 +0100 Subject: [PATCH] deps: update pre-commit hook ansible/ansible-lint to v6.22.1 (#407) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://togithub.com/ansible/ansible-lint) | repository | patch | `v6.22.0` -> `v6.22.1` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://togithub.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes
ansible/ansible-lint (ansible/ansible-lint) ### [`v6.22.1`](https://togithub.com/ansible/ansible-lint/releases/tag/v6.22.1) [Compare Source](https://togithub.com/ansible/ansible-lint/compare/v6.22.0...v6.22.1) #### Bugfixes - Look for ansible binary in the same path as we are ([#​3903](https://togithub.com/ansible/ansible-lint/issues/3903)) [@​FliegenKLATSCH](https://togithub.com/FliegenKLATSCH) - Avoid stacktrace with broken ansible.cfg files ([#​3916](https://togithub.com/ansible/ansible-lint/issues/3916)) [@​ssbarnea](https://togithub.com/ssbarnea) - Avoid jinja\[invalid] with ansible.builtin.mandatory filter ([#​3917](https://togithub.com/ansible/ansible-lint/issues/3917)) [@​ssbarnea](https://togithub.com/ssbarnea) - Remove support for deprecated include ([#​3722](https://togithub.com/ansible/ansible-lint/issues/3722)) [@​ssbarnea](https://togithub.com/ssbarnea) - Fix use of versioned github action ([#​3762](https://togithub.com/ansible/ansible-lint/issues/3762)) [@​karl-johan-grahn](https://togithub.com/karl-johan-grahn) - Fix few URLs in README.md ([#​3915](https://togithub.com/ansible/ansible-lint/issues/3915)) [@​ssbarnea](https://togithub.com/ssbarnea) - Correct some usage examples for `package_latest` ([#​3914](https://togithub.com/ansible/ansible-lint/issues/3914)) [@​pablomh](https://togithub.com/pablomh) - Add option to allow running with missing plugins and collection dependencies ([#​3913](https://togithub.com/ansible/ansible-lint/issues/3913)) [@​ssbarnea](https://togithub.com/ssbarnea) - Avoid warnings from loading of deprecated modules ([#​3715](https://togithub.com/ansible/ansible-lint/issues/3715)) [@​ssbarnea](https://togithub.com/ssbarnea) - Log ignored exception details to debug log ([#​3900](https://togithub.com/ansible/ansible-lint/issues/3900)) [@​bluecmd](https://togithub.com/bluecmd) - GitHub Action: properly respect the `working_directory` argument ([#​3905](https://togithub.com/ansible/ansible-lint/issues/3905)) [@​ptoscano](https://togithub.com/ptoscano) - Allow to set `max_fail_percentage` as templated integer ([#​3901](https://togithub.com/ansible/ansible-lint/issues/3901)) [@​rebtoor](https://togithub.com/rebtoor) - Fix setuptools-scm versioning ([#​3887](https://togithub.com/ansible/ansible-lint/issues/3887)) [@​ssbarnea](https://togithub.com/ssbarnea) - Add Fedora 39 to `meta.json` ([#​3893](https://togithub.com/ansible/ansible-lint/issues/3893)) [@​jsf9k](https://togithub.com/jsf9k) - Use python 3.10 as primary version target ([#​3886](https://togithub.com/ansible/ansible-lint/issues/3886)) [@​ssbarnea](https://togithub.com/ssbarnea)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96dcce0..fff806a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: - id: antsibull-changelog-lint-changelog-yaml - repo: https://github.com/ansible/ansible-lint - rev: v6.22.0 + rev: v6.22.1 hooks: - id: ansible-lint name: ansible-lint