diff options
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2023-04-05 12:32:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-05 12:32:33 -0400 |
commit | cfe4e1c293032f22ccbcbcc242acdfceefa83168 (patch) | |
tree | deab80dec17427c65a7b7c2f888ff04a2f0fccfe | |
parent | 4ffc15949b098a44cb3533dcdfcbe2a6d3fc1cbf (diff) | |
download | vyos.vyos-cfe4e1c293032f22ccbcbcc242acdfceefa83168.tar.gz vyos.vyos-cfe4e1c293032f22ccbcbcc242acdfceefa83168.zip |
[pre-commit.ci] pre-commit autoupdate (#309)
updates:
- [github.com/ansible-network/collection_prep: 1.1.0 → 1.1.1](https://github.com/ansible-network/collection_prep/compare/1.1.0...1.1.1)
- [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b9f19ba..64ccd67 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/ansible-network/collection_prep - rev: 1.1.0 + rev: 1.1.1 hooks: - id: autoversion - id: update-docs @@ -30,6 +30,6 @@ repos: args: ["--filter-files"] - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black |