From 73b5fb4827c9c531a3c957f78750833505dc33fc Mon Sep 17 00:00:00 2001 From: Vinay Mulugund Date: Wed, 16 Aug 2023 11:00:51 +0530 Subject: [PATCH] removed autoversion --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d84ce695..d621d44c 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 # removed as being handled by GHA push and release drafter - id: update-docs - repo: https://github.com/pre-commit/pre-commit-hooks