Skip to content

Commit 1026863

Browse files
committed
chore: update pre-commit plugins
Enforcing python3.13 is no longer required with latest mdform plugin
1 parent e366b15 commit 1026863

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ default_stages:
2121

2222
repos:
2323
- repo: https://github.com/pre-commit/pre-commit-hooks
24-
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
24+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
2525
hooks:
2626
- id: detect-private-key
2727
- id: end-of-file-fixer
2828
- id: trailing-whitespace
2929
- id: mixed-line-ending
3030
args: ['--fix', 'lf']
3131
- repo: https://github.com/antonbabenko/pre-commit-terraform
32-
rev: 55d0143972eec4905fdaea2f444f1e88218f9dce # frozen: v1.96.3
32+
rev: d0e12caebb2ab0ee8bf98181c8bfe9702bca103d # frozen: v1.105.0
3333
hooks:
3434
- id: terraform_fmt
3535
- id: terraform_tflint
@@ -40,7 +40,7 @@ repos:
4040
args:
4141
- --args=--config=.terraform-docs.yaml
4242
- repo: https://github.com/adrienverge/yamllint
43-
rev: 81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6 # frozen: v1.35.1
43+
rev: cba56bcde1fdd01c1deb3f945e69764c291a6530 # frozen: v1.38.0
4444
hooks:
4545
- id: yamllint
4646
- repo: https://github.com/jumanjihouse/pre-commit-hooks
@@ -50,22 +50,17 @@ repos:
5050
- id: shellcheck
5151
- id: shfmt
5252
- repo: https://github.com/hukkin/mdformat
53-
rev: e20b1ac5acb8aba0b49d3a9109c6e6b58684ee83 # frozen: 0.7.21
53+
rev: 2d496dbc18e31b83a1596685347ffe0b6041daf0 # frozen: 1.0.0
5454
hooks:
5555
- id: mdformat
56-
# needed to support exclude in `.mdformat.toml`
57-
# pre-commit runs on python 3.12 by default on MacOS and most linux distributions.
58-
# Install python 3.13 if pre-commit fails.
59-
language_version: "3.13"
6056
# Optionally add plugins
6157
additional_dependencies:
6258
- mdformat-gfm
6359
- mdformat-gfm-alerts
6460
- mdformat-shfmt
6561
- mdformat-toc
66-
- mdformat-tables
6762
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
68-
rev: a4288145006c83a91f59083ab813165ca05ad3f3 # frozen: v9.20.0
63+
rev: 1f6454da22d006d5bb0d2e65c96c43c23c8a534f # frozen: v9.24.0
6964
hooks:
7065
- id: commitlint
7166
stages: [commit-msg]

0 commit comments

Comments
 (0)