diff options
author | Vinay M <63404819+roverflow@users.noreply.github.com> | 2023-12-06 15:05:19 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-06 15:05:19 +0530 |
commit | b2dd05465b80e666c957ebc857b875f8681699e8 (patch) | |
tree | 37df82f707915298d1537732e80a1da61f4f22ba /.pre-commit-config.yaml | |
parent | 78ef20c1c8539452a882658ed5edf8c8cdf0643f (diff) | |
download | vyos.vyos-b2dd05465b80e666c957ebc857b875f8681699e8.tar.gz vyos.vyos-b2dd05465b80e666c957ebc857b875f8681699e8.zip |
Fix prefix-lists Integration tests (#338)
* Fix prefix-lists Integration tests
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* remove autoversion
* fix galaxy.yml
* sanity fix
* sanity ignore
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix ignore file
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 32c6311..a9ef17e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,6 @@ repos: - repo: https://github.com/ansible-network/collection_prep rev: 1.1.1 hooks: - - id: autoversion - id: update-docs - repo: https://github.com/pre-commit/pre-commit-hooks |