chore(deps): update pre-commit hook ansible/ansible-lint to v24.10.0 (#584)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint)
| repository | minor | `v24.9.2` -> `v24.10.0` |

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://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>ansible/ansible-lint (ansible/ansible-lint)</summary>

###
[`v24.10.0`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v24.10.0)

[Compare
Source](https://redirect.github.com/ansible/ansible-lint/compare/v24.9.2...v24.10.0)

#### Enhancements

- Add support for py313
([#&#8203;4388](https://redirect.github.com/ansible/ansible-lint/issues/4388))
[@&#8203;abhikdps](https://redirect.github.com/abhikdps)

#### Bugfixes

- Require ansible-compat>=24.10.0
([#&#8203;4402](https://redirect.github.com/ansible/ansible-lint/issues/4402))
- Update TaskHasTag example rule used in custom-rules.md
([#&#8203;4401](https://redirect.github.com/ansible/ansible-lint/issues/4401))
[@&#8203;cavcrosby](https://redirect.github.com/cavcrosby)
- Add Fedora 41 as a platform in the metadata schema
([#&#8203;4392](https://redirect.github.com/ansible/ansible-lint/issues/4392))
[@&#8203;jsf9k](https://redirect.github.com/jsf9k)
- Fixing the issue "Unfinished sentence in docs/profiles.md
[#&#8203;4358](https://redirect.github.com/ansible/ansible-lint/issues/4358)"
([#&#8203;4380](https://redirect.github.com/ansible/ansible-lint/issues/4380))
[@&#8203;binojmn](https://redirect.github.com/binojmn)
- Fix quotes converting free-form syntax to yaml
([#&#8203;4361](https://redirect.github.com/ansible/ansible-lint/issues/4361))
[@&#8203;cavcrosby](https://redirect.github.com/cavcrosby)
- Handle FQCN when using import_playbook
([#&#8203;4369](https://redirect.github.com/ansible/ansible-lint/issues/4369))
[@&#8203;cavcrosby](https://redirect.github.com/cavcrosby)
- Allow jinja in variable names
([#&#8203;4372](https://redirect.github.com/ansible/ansible-lint/issues/4372))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Update rulebook schema
([#&#8203;4373](https://redirect.github.com/ansible/ansible-lint/issues/4373))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Fix wonky writing to sarif_file
([#&#8203;4368](https://redirect.github.com/ansible/ansible-lint/issues/4368))
[@&#8203;Qalthos](https://redirect.github.com/Qalthos)
- Fix to avoid spamming syslog with invoked messages
([#&#8203;4353](https://redirect.github.com/ansible/ansible-lint/issues/4353))
[@&#8203;tanwigeetika1618](https://redirect.github.com/tanwigeetika1618)
- Pin codecov action to v4.5.0 and update dependabot.yml to ignore
v4.6.0
([#&#8203;4356](https://redirect.github.com/ansible/ansible-lint/issues/4356))
[@&#8203;tanwigeetika1618](https://redirect.github.com/tanwigeetika1618)
- Update schema for missing `tags` property to builder v3 `options`
([#&#8203;4346](https://redirect.github.com/ansible/ansible-lint/issues/4346))
[@&#8203;audgirka](https://redirect.github.com/audgirka)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-13 19:42:26 +00:00 committed by GitHub
parent 380a692238
commit 7f81ee6df3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@ repos:
- id: antsibull-changelog-lint-changelog-yaml
- repo: https://github.com/ansible/ansible-lint
rev: v24.9.2
rev: v24.10.0
hooks:
- id: ansible-lint
name: ansible-lint