We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf0770 commit 14596a5Copy full SHA for 14596a5
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
---
2
repos:
3
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
4
- rev: v5.0.0
+ rev: v6.0.0
5
hooks:
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- repo: 'https://github.com/ansible-community/ansible-lint.git'
9
- rev: v25.6.1
+ rev: v25.8.1
10
11
# see discussions here about what arguments are used, and behavior
12
# https://github.com/ansible/ansible-lint/issues/649
0 commit comments