diff options
| author | Nathaniel Case <this.is@nathanielca.se> | 2021-09-17 12:49:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-17 16:49:46 +0000 |
| commit | 2c13b39aee89cf39eaad64b0775fd387a5599399 (patch) | |
| tree | 273c3cbe1a1c32dc8176649fb5ce553ed2a98570 /.pre-commit-config.yaml | |
| parent | ede1f8e137d14bc4ce97ccc352e1a51a16605eae (diff) | |
| download | vyos.vyos-2c13b39aee89cf39eaad64b0775fd387a5599399.tar.gz vyos.vyos-2c13b39aee89cf39eaad64b0775fd387a5599399.zip | |
Updating collection_prep pre-commit hook to 0.9.4 (#213)
Updating collection_prep pre-commit hook to 0.9.4
Committed via https://github.com/asottile/all-repos
Reviewed-by: None <None>
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c010bf3..7661ca62 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,6 +16,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 |
