Skip to content

Commit

Permalink
Merge pull request #40 from redhat-cop/create-pull-request/update-pre…
Browse files Browse the repository at this point in the history
…-commit

Update pre-commit
  • Loading branch information
Tompage1994 authored Apr 4, 2024
2 parents b905b28 + 7ca03b1 commit 1f41714
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: v24.2.1
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.13.0
hooks:
- id: markdownlint-cli2
...

0 comments on commit 1f41714

Please sign in to comment.