diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e6d378a..1003bd6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: args: ["--filter-files"] - repo: https://github.com/psf/black - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black @@ -52,13 +52,13 @@ repos: - id: flake8 - repo: https://github.com/ansible/ansible-lint.git - rev: v26.3.0 + rev: v26.4.0 hooks: - id: ansible-lint args: - "--profile=production" - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.21.0 + rev: v0.22.1 hooks: - id: markdownlint-cli2