diff options
| -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 |
