Skip to content

Commit b3eaee3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/awslabs/cfn-python-lint: v1.22.3 → v1.23.1](aws-cloudformation/cfn-lint@v1.22.3...v1.23.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](hukkin/mdformat@0.7.21...0.7.22)
1 parent 3210907 commit b3eaee3

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
@@ -17,7 +17,7 @@ repos:
1717
hooks:
1818
- id: yamllint
1919
- repo: https://github.com/awslabs/cfn-python-lint
20-
rev: v1.22.3
20+
rev: v1.23.1
2121
hooks:
2222
- id: cfn-python-lint
2323
files: template\.(json|yml|yaml)$
@@ -26,12 +26,12 @@ repos:
2626
hooks:
2727
- id: remove-tabs
2828
- repo: https://github.com/psf/black
29-
rev: 24.10.0
29+
rev: 25.1.0
3030
hooks:
3131
- id: black
3232
language_version: python3.12
3333
- repo: https://github.com/executablebooks/mdformat
34-
rev: 0.7.21 # Use the ref you want to point at
34+
rev: 0.7.22 # Use the ref you want to point at
3535
hooks:
3636
- id: mdformat
3737
# Optionally add plugins

0 commit comments

Comments
 (0)