Skip to content

Commit

Permalink
Update pre-commit (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: branic <[email protected]>
  • Loading branch information
github-actions[bot] and branic authored Nov 26, 2023
1 parent 65be931 commit b8d20fb
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.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v6.18.0
rev: v6.22.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.8.1
rev: v0.11.0
hooks:
- id: markdownlint-cli2
...

0 comments on commit b8d20fb

Please sign in to comment.