diff options
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2022-12-20 16:51:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-20 16:51:23 -0500 |
commit | 8b2904090630821bc2d0cbb05d6c9ce1b8584ed5 (patch) | |
tree | 4ec283c814fde613aa2345dd14c91d968b7a2baa | |
parent | 7e55a68457b404286350d64ef5e9dda2830fa112 (diff) | |
download | vyos.vyos-8b2904090630821bc2d0cbb05d6c9ce1b8584ed5.tar.gz vyos.vyos-8b2904090630821bc2d0cbb05d6c9ce1b8584ed5.zip |
[pre-commit.ci] pre-commit autoupdate (#276)
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0)
- [github.com/psf/black: 22.8.0 → 22.12.0](https://github.com/psf/black/compare/22.8.0...22.12.0)
- [github.com/ansible-network/collection_prep: 1.0.0 → 1.0.1](https://github.com/ansible-network/collection_prep/compare/1.0.0...1.0.1)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-rw-r--r-- | .pre-commit-config.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b9c1060..aad517e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: check-merge-conflict - id: debug-statements @@ -10,11 +10,11 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 22.12.0 hooks: - id: black - repo: https://github.com/ansible-network/collection_prep - rev: 1.0.0 + rev: 1.0.1 hooks: - id: update-docs |