From b643c52cf29ce5bbab738b43290af3556efa1ca9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Jun 2024 18:18:41 +0200 Subject: Merging upstream version 10.0.0+dfsg. Signed-off-by: Daniel Baumann --- ansible_collections/hetzner/hcloud/.pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ansible_collections/hetzner/hcloud/.pre-commit-config.yaml') 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 -- cgit v1.2.3