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 >}}