Skip to content

Commit 773b64e

Browse files
authored
Update pre-commit
1 parent 841b25c commit 773b64e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: 'https://github.com/ansible-community/ansible-lint.git'
9-
rev: v25.6.0
9+
rev: v25.6.1
1010
hooks:
1111
# see discussions here about what arguments are used, and behavior
1212
# https://github.com/ansible/ansible-lint/issues/649
@@ -34,7 +34,7 @@ repos:
3434
args: [--config=.black.cfg, --check, --diff]
3535
types: [python]
3636
- repo: https://github.com/pycqa/flake8
37-
rev: 7.2.0
37+
rev: 7.3.0
3838
hooks:
3939
- id: flake8
4040
name: flake8

0 commit comments

Comments
 (0)