Skip to content

Commit d75f8dd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/antonbabenko/pre-commit-terraform: v1.105.0 → v1.106.0](antonbabenko/pre-commit-terraform@v1.105.0...v1.106.0) - [github.com/aws-cloudformation/cfn-lint: v1.43.2 → v1.51.4](aws-cloudformation/cfn-lint@v1.43.2...v1.51.4) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.16](astral-sh/ruff-pre-commit@v0.14.10...v0.15.16) - [github.com/igorshubovych/markdownlint-cli: v0.47.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.47.0...v0.48.0)
1 parent 8205ce1 commit d75f8dd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
# Pre-commit hooks for general files
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0
4+
rev: v6.0.0
55
hooks:
66
- id: trailing-whitespace
77
exclude: '^(website/|node_modules/|\.venv/|\.git/|\.vscode/|\.ruff_cache/|build/|dist/|\.nyc_output/|coverage/|\.final_nyc_output/)'
@@ -21,13 +21,13 @@ repos:
2121
exclude: '^(website/|node_modules/|\.venv/|\.git/|\.vscode/|\.ruff_cache/|build/|dist/|\.nyc_output/|coverage/|\.final_nyc_output/)'
2222

2323
- repo: https://github.com/antonbabenko/pre-commit-terraform
24-
rev: v1.105.0
24+
rev: v1.106.0
2525
hooks:
2626
- id: terraform_fmt
2727
exclude: '^(website/|node_modules/|\.venv/|\.git/|\.vscode/|\.ruff_cache/|build/|dist/|\.nyc_output/|coverage/|\.final_nyc_output/)'
2828

2929
- repo: https://github.com/aws-cloudformation/cfn-lint
30-
rev: v1.43.2 # Check for latest version
30+
rev: v1.51.4 # Check for latest version
3131
hooks:
3232
- id: cfn-lint
3333
files: '.*-cf\.ya?ml$'
@@ -45,7 +45,7 @@ repos:
4545
args: []
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.14.10
48+
rev: v0.15.16
4949
hooks:
5050
- id: ruff
5151
name: Ruff linting
@@ -56,7 +56,7 @@ repos:
5656

5757
# Markdown linting using the same library as package.json
5858
- repo: https://github.com/igorshubovych/markdownlint-cli
59-
rev: v0.47.0 # Using same version as in package.json
59+
rev: v0.48.0 # Using same version as in package.json
6060
hooks:
6161
- id: markdownlint
6262
files: '^(docs|tf-modules)/.*\.md$'

0 commit comments

Comments
 (0)