From bb5aca7247f008bcedc856f0c4896719b43b4910 Mon Sep 17 00:00:00 2001 From: Tim Schwenke Date: Mon, 24 Apr 2023 10:14:42 +0200 Subject: [PATCH] Remove useless . from additional_dependencies in pre-commit hook (#3327) --- .pre-commit-hooks.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 19ff9472c8..7c576a64d3 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -16,5 +16,4 @@ # If you want to use specific version of ansible-core or ansible, feel # free to override `additional_dependencies` in your own hook config # file. - - . - ansible-core>=2.13.3