Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
djdanielsson authored Jan 29, 2025
1 parent e160e8d commit 99e26d7
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
Expand Up @@ -6,7 +6,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: 'https://github.com/ansible-community/ansible-lint.git'
rev: v24.12.2
rev: v25.1.1
hooks:
# see discussions here about what arguments are used, and behavior
# https://github.com/ansible/ansible-lint/issues/649
Expand All @@ -22,11 +22,11 @@ repos:
- "ansible-core>=2.15"
- "yamllint>=1.26,<2.0"
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.17.1
rev: v0.17.2
hooks:
- id: markdownlint-cli2
- repo: https://github.com/ambv/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
name: black
Expand Down

0 comments on commit 99e26d7

Please sign in to comment.