From 7c3a3ee166ae4aa871403e85227564946dda9daa Mon Sep 17 00:00:00 2001 From: Nathaniel Case Date: Tue, 7 Sep 2021 16:52:12 -0400 Subject: [PATCH] git ls-files -z -- .pre-commit-config.yaml | xargs -0 sed -i 's/0.9.[12]/0.9.3/' (#97) git ls-files -z -- .pre-commit-config.yaml | xargs -0 sed -i 's/0.9.[12]/0.9.3/' Committed via https://github.com/asottile/all-repos 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 2b160a7..23d2824 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.1 + rev: 0.9.3 hooks: - id: update-docs