summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authoromnom62 <75066712+omnom62@users.noreply.github.com>2025-10-19 21:07:22 +1000
committerGitHub <noreply@github.com>2025-10-19 07:07:22 -0400
commit17cbfd4fc4cbf1efb81c18f3f24143f7c0acfa7c (patch)
tree07d4ed14ea38aef0215386fcb41b055c122f53fd /.pre-commit-config.yaml
parent79c844c2a58cd84671db78ee063f6b9b5fd942bb (diff)
downloadvyos.vyos-17cbfd4fc4cbf1efb81c18f3f24143f7c0acfa7c.tar.gz
vyos.vyos-17cbfd4fc4cbf1efb81c18f3f24143f7c0acfa7c.zip
Fixes for sanity checks broken by upstream (#435)
* init for upstream sanity checks * PY3 removed * procenv.py PY3 fix * changelog * Bulk commit of linter changes * Clean-up
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d5617c09..57f1810b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -7,9 +7,11 @@ ci:
repos:
- repo: https://github.com/ansible-network/collection_prep
- rev: 1.1.1
+ rev: 1.1.2
hooks:
- id: update-docs
+ additional_dependencies:
+ - "ansible-core==2.18.*"
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0