diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:18:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:18:37 +0000 |
commit | 5d7eda1e172f8e396536a8fbd6f85b4b991290e8 (patch) | |
tree | b18be36b43a1abdab0d40ecc8e4c8de2dbcd65c0 /ansible_collections/hetzner/hcloud/.pre-commit-config.yaml | |
parent | Adding debian version 9.5.1+dfsg-1. (diff) | |
download | ansible-5d7eda1e172f8e396536a8fbd6f85b4b991290e8.tar.xz ansible-5d7eda1e172f8e396536a8fbd6f85b4b991290e8.zip |
Merging upstream version 10.0.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | ansible_collections/hetzner/hcloud/.pre-commit-config.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ansible_collections/hetzner/hcloud/.pre-commit-config.yaml b/ansible_collections/hetzner/hcloud/.pre-commit-config.yaml index d1d1c6a4d..8ce6dcf4e 100644 --- a/ansible_collections/hetzner/hcloud/.pre-commit-config.yaml +++ b/ansible_collections/hetzner/hcloud/.pre-commit-config.yaml @@ -4,7 +4,7 @@ exclude: ^plugins/module_utils/vendor/hcloud/.*$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -28,7 +28,7 @@ repos: exclude: ^changelogs/(dev-changelog\.md|changelog\.yaml)$ - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.2 hooks: - id: pyupgrade args: [--py38-plus] @@ -39,24 +39,24 @@ repos: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.1.1 + rev: 24.4.0 hooks: - id: black - repo: https://github.com/ansible-community/antsibull-changelog - rev: 0.23.0 + rev: 0.26.0 hooks: - id: antsibull-changelog-lint - id: antsibull-changelog-lint-changelog-yaml - repo: https://github.com/ansible/ansible-lint - rev: v6.22.2 + rev: v24.2.2 hooks: - id: ansible-lint name: ansible-lint args: [--offline] additional_dependencies: - - ansible-core>=2.13.3 + - ansible-core>=2.14 - netaddr - repo: local |