mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint) | repository | minor | `v25.6.1` -> `v25.7.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> ### [`v25.7.0`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.7.0) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.6.1...v25.7.0) #### Enhancements - Use 'x-ansible-lint' key for path patterns in schema tests ([#​4690](https://redirect.github.com/ansible/ansible-lint/issues/4690)) [@​alisonlhart](https://redirect.github.com/alisonlhart) - Address disable\_lookups deprecation with ansible-core 2.19 ([#​4683](https://redirect.github.com/ansible/ansible-lint/issues/4683)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Add auto-fixing implementation for pattern rule ([#​4679](https://redirect.github.com/ansible/ansible-lint/issues/4679)) [@​shatakshiiii](https://redirect.github.com/shatakshiiii) - Remove patterns specific playbook meta folder ([#​4669](https://redirect.github.com/ansible/ansible-lint/issues/4669)) [@​alisonlhart](https://redirect.github.com/alisonlhart) - Allow loading of yamllint config from a different location ([#​4644](https://redirect.github.com/ansible/ansible-lint/issues/4644)) [@​dbrennand](https://redirect.github.com/dbrennand) - Add new rule to validate pattern directory structure ([#​4662](https://redirect.github.com/ansible/ansible-lint/issues/4662)) [@​shatakshiiii](https://redirect.github.com/shatakshiiii) - Add play argspec schema validation to schema rule ([#​4667](https://redirect.github.com/ansible/ansible-lint/issues/4667)) [@​alisonlhart](https://redirect.github.com/alisonlhart) - Add schema check for validating pattern specification file ([#​4653](https://redirect.github.com/ansible/ansible-lint/issues/4653)) [@​shatakshiiii](https://redirect.github.com/shatakshiiii) - Enable testing with python 3.14 ([#​4637](https://redirect.github.com/ansible/ansible-lint/issues/4637)) [@​ssbarnea](https://redirect.github.com/ssbarnea) #### Bugfixes - Check for gh\_action\_ref explicitly and document GHA inputs ([#​4701](https://redirect.github.com/ansible/ansible-lint/issues/4701)) [@​alisonlhart](https://redirect.github.com/alisonlhart) - jinja spacing warning line-endings ([#​4691](https://redirect.github.com/ansible/ansible-lint/issues/4691)) [@​anusshukla](https://redirect.github.com/anusshukla) - Handle lookup templating checks with ASTs ([#​4698](https://redirect.github.com/ansible/ansible-lint/issues/4698)) [@​alisonlhart](https://redirect.github.com/alisonlhart) - Fix var-naming\[no-role-prefix] rule incorrectly applying to role variables ([#​4677](https://redirect.github.com/ansible/ansible-lint/issues/4677)) [@​vills](https://redirect.github.com/vills) - schema: add missing subset 'systemd' to gather\_subset ([#​4664](https://redirect.github.com/ansible/ansible-lint/issues/4664)) [@​eliba](https://redirect.github.com/eliba) - Fix typos in --list-tags help text ([#​4661](https://redirect.github.com/ansible/ansible-lint/issues/4661)) [@​correctmost](https://redirect.github.com/correctmost) - Avoid import errors from filters when running in nodeps mode ([#​4651](https://redirect.github.com/ansible/ansible-lint/issues/4651)) [@​ssbarnea](https://redirect.github.com/ssbarnea) #### Maintenance - packit: reformat, remove deprecated syntax and try merge queue ([#​4639](https://redirect.github.com/ansible/ansible-lint/issues/4639)) [@​mfocko](https://redirect.github.com/mfocko) - Remove patch report from codecov ([#​4671](https://redirect.github.com/ansible/ansible-lint/issues/4671)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Improve cspell configuration ([#​4668](https://redirect.github.com/ansible/ansible-lint/issues/4668)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Update test deps ([#​4658](https://redirect.github.com/ansible/ansible-lint/issues/4658)) [@​ssbarnea](https://redirect.github.com/ssbarnea) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40Ni4zIiwidXBkYXRlZEluVmVyIjoiNDEuNDYuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
87 lines
2.3 KiB
YAML
87 lines
2.3 KiB
YAML
---
|
|
# See https://pre-commit.com for more information
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
|
exclude: ^plugins/module_utils/vendor/hcloud/.*$
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v5.0.0
|
|
hooks:
|
|
- id: check-added-large-files
|
|
- id: check-case-conflict
|
|
- id: check-symlinks
|
|
- id: destroyed-symlinks
|
|
|
|
- id: check-json
|
|
- id: check-yaml
|
|
- id: check-toml
|
|
|
|
- id: check-merge-conflict
|
|
- id: end-of-file-fixer
|
|
- id: mixed-line-ending
|
|
- id: trailing-whitespace
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
|
rev: v3.1.0
|
|
hooks:
|
|
- id: prettier
|
|
files: \.(md|ya?ml)$
|
|
exclude: ^changelogs/(dev-changelog\.md|changelog\.yaml)$
|
|
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
rev: v3.20.0
|
|
hooks:
|
|
- id: pyupgrade
|
|
args: [--py39-plus]
|
|
|
|
- repo: https://github.com/pycqa/isort
|
|
rev: 6.0.1
|
|
hooks:
|
|
- id: isort
|
|
|
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
|
rev: 25.1.0
|
|
hooks:
|
|
- id: black
|
|
|
|
- repo: https://github.com/ansible-community/antsibull-changelog
|
|
rev: 0.34.0
|
|
hooks:
|
|
- id: antsibull-changelog-lint
|
|
- id: antsibull-changelog-lint-changelog-yaml
|
|
args: [--strict]
|
|
|
|
- repo: https://github.com/ansible/ansible-lint
|
|
rev: v25.7.0
|
|
hooks:
|
|
- id: ansible-lint
|
|
name: ansible-lint
|
|
entry: env HCLOUD_TOKEN= python3 -m ansiblelint -v --force-color
|
|
args: [--offline]
|
|
additional_dependencies:
|
|
- ansible-core>=2.17
|
|
- netaddr
|
|
|
|
- repo: local
|
|
hooks:
|
|
- id: shfmt
|
|
name: shfmt
|
|
description: Format shell scripts with shfmt
|
|
language: golang
|
|
additional_dependencies: [mvdan.cc/sh/v3/cmd/shfmt@v3.7.0]
|
|
entry: shfmt -i 2 -ci -sr -kp -w
|
|
types: [shell]
|
|
|
|
- repo: https://github.com/shellcheck-py/shellcheck-py
|
|
rev: v0.9.0.6
|
|
hooks:
|
|
- id: shellcheck
|
|
|
|
- repo: local
|
|
hooks:
|
|
- id: check-integration-test-files
|
|
name: check integration test files
|
|
description: Ensure the integration test files are in sync
|
|
language: system
|
|
entry: scripts/integration-test-files.sh
|
|
pass_filenames: false
|
|
files: ^(scripts/integration-test-files.sh$|tests/integration)
|