Skip to content

Commit

Permalink
fix: install extra group when using pre-commit (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrottenberg authored Apr 24, 2024
1 parent a2f0252 commit 2375ad1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
language: python
pass_filenames: False
always_run: True
additional_dependencies:
- .[ansible-core]
4 changes: 2 additions & 2 deletions docs/content/usage/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ To use _ansible-doctor_ with the [pre-commit](https://pre-commit.com/) framework

{{< highlight yaml "linenos=table" >}}
- repo: https://github.com/thegeeklab/ansible-doctor
# change ref to the latest release from https://github.com/thegeeklab/ansible-doctor/releases
rev: v1.4.8
# update version with `pre-commit autoupdate`
rev: v4.0.4
hooks:
- id: ansible-doctor
{{< /highlight >}}
Expand Down

0 comments on commit 2375ad1

Please sign in to comment.