From 5fe1d93eb0f07051fc119bf24ef407cad559ea1b Mon Sep 17 00:00:00 2001 From: Nathaniel Case Date: Wed, 15 Sep 2021 10:12:36 -0400 Subject: [PATCH] Updating collection_prep pre-commit hook to 0.9.4 (#99) Updating collection_prep pre-commit hook to 0.9.4 Committed via https://github.com/asottile/all-repos Reviewed-by: Nilashish Chakraborty Reviewed-by: None --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 23d2824..8a3cc65 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,6 +15,6 @@ repos: - id: black args: [-l, "79"] - repo: https://github.com/ansible-network/collection_prep - rev: 0.9.3 + rev: 0.9.4 hooks: - id: update-docs