Skip to content

Commit

Permalink
Update pre-commit (#163)
Browse files Browse the repository at this point in the history
Co-authored-by: branic <branic@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and branic authored Nov 14, 2024
1 parent fb6dfb5 commit 9bacdfe
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,12 +1,12 @@
---
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
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v24.6.1
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 @@ -19,7 +19,7 @@ repos:
args:
- --profile=production
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.13.0
rev: v0.15.0
hooks:
- id: markdownlint-cli2
...

0 comments on commit 9bacdfe

Please sign in to comment.