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
parent
b96738eacf
commit
7c3a3ee166
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue