diff options
| author | omnom62 <omnom62@outlook.com> | 2026-03-20 21:51:39 +1000 |
|---|---|---|
| committer | omnom62 <omnom62@outlook.com> | 2026-03-20 21:51:39 +1000 |
| commit | 41bac81beaa583f93cf11647e203575a5a99a11c (patch) | |
| tree | 35d165917abc5a18580abcc83c925793b5576b76 | |
| parent | ca1f501d63a2d76fb955846e79657677cf2c1e9d (diff) | |
| download | rest.vyos-41bac81beaa583f93cf11647e203575a5a99a11c.tar.gz rest.vyos-41bac81beaa583f93cf11647e203575a5a99a11c.zip | |
precommit config
| -rw-r--r-- | .pre-commit-config.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e46c2da..57f1810 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,12 +6,12 @@ ci: autofix_commit_msg: "chore: auto fixes from pre-commit.com hooks" repos: - # - repo: https://github.com/ansible-network/collection_prep - # rev: 1.1.2 - # hooks: - # - id: update-docs - # additional_dependencies: - # - "ansible-core==2.18.*" + - repo: https://github.com/ansible-network/collection_prep + 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 |
