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 <None>
pull/98/head
Nathaniel Case 2021-09-07 16:52:12 -04:00 committed by GitHub
parent b96738eacf
commit 7c3a3ee166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ repos:
- id: black - id: black
args: [-l, "79"] args: [-l, "79"]
- repo: https://github.com/ansible-network/collection_prep - repo: https://github.com/ansible-network/collection_prep
rev: 0.9.1 rev: 0.9.3
hooks: hooks:
- id: update-docs - id: update-docs