Skip to content

Commit 08a6b21

Browse files
Merge pull request #51 from redhat-cop/create-pull-request/update-pre-commit
Update pre-commit
2 parents 7b7cefe + b3ec46e commit 08a6b21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)