From 74408eecaf2bc017f326c72f303c95cb58ede9d5 Mon Sep 17 00:00:00 2001 From: Julien Rottenberg Date: Tue, 23 Apr 2024 19:36:32 -0700 Subject: [PATCH] less impact on users --- .pre-commit-hooks.yaml | 2 ++ docs/content/usage/configuration.md | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 17f24bf..0ae9df1 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -6,3 +6,5 @@ language: python pass_filenames: False always_run: True + additional_dependencies: + - .[ansible-core] diff --git a/docs/content/usage/configuration.md b/docs/content/usage/configuration.md index 57bc1e0..e9562be 100644 --- a/docs/content/usage/configuration.md +++ b/docs/content/usage/configuration.md @@ -123,7 +123,6 @@ To use _ansible-doctor_ with the [pre-commit](https://pre-commit.com/) framework rev: v4.0.4 hooks: - id: ansible-doctor - additional_dependencies: [ansible-core == 2.*] {{< /highlight >}}