Skip to content

Commit

Permalink
Merge branch 'redhat-cop:devel' into aap-2.5-install
Browse files Browse the repository at this point in the history
  • Loading branch information
derekwaters authored Dec 14, 2024
2 parents 61d0efb + 85d6a40 commit 40b5978
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -13,7 +13,7 @@ repos:
# entry: "yamllint"
# types: [yaml]
- repo: https://github.com/ansible/ansible-lint.git
rev: v24.7.0
rev: v24.10.0
hooks:
# see discussions here about what arguments are used, and behavior
# https://github.com/ansible/ansible-lint/issues/649
Expand All @@ -29,7 +29,7 @@ repos:
- ansible-core>=2.13
- yamllint>=1.26,<2.0
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.13.0
rev: v0.15.0
hooks:
- id: markdownlint-cli2
...

0 comments on commit 40b5978

Please sign in to comment.