Skip to content

Commit a4f2c9b

Browse files
authored
Update pre-commit
1 parent ac1cd9f commit a4f2c9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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: v24.12.2
9+
rev: v25.2.1
1010
hooks:
1111
# see discussions here about what arguments are used, and behavior
1212
# https://github.com/ansible/ansible-lint/issues/649
@@ -19,11 +19,11 @@ repos:
1919
args:
2020
- "--profile=production"
2121
- repo: https://github.com/DavidAnson/markdownlint-cli2
22-
rev: v0.17.1
22+
rev: v0.17.2
2323
hooks:
2424
- id: markdownlint-cli2
2525
- repo: https://github.com/pycqa/flake8
26-
rev: 7.1.1
26+
rev: 7.2.0
2727
hooks:
2828
- id: flake8
2929
name: flake8

0 commit comments

Comments
 (0)