Merge pull request #168 from ansible-collections/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate

updates:

github.com/pre-commit/pre-commit-hooks: v3.1.0 → v4.2.0
github.com/ansible-network/collection_prep: 0.9.4 → 0.9.6

Reviewed-by: Bradley A. Thornton <bthornto@redhat.com>
pull/167/head^2
softwarefactory-project-zuul[bot] 2022-04-12 14:51:57 +00:00 committed by GitHub
commit 3edb755a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ci:
- update-docs - update-docs
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0 rev: v4.2.0
hooks: hooks:
- id: check-merge-conflict - id: check-merge-conflict
- id: debug-statements - id: debug-statements
@ -19,6 +19,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.4 rev: 0.9.6
hooks: hooks:
- id: update-docs - id: update-docs