Skip to content

Commit 6752cd9

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/aws-cloudformation/cfn-lint: v1.43.2 → v1.46.0](aws-cloudformation/cfn-lint@v1.43.2...v1.46.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.6](astral-sh/ruff-pre-commit@v0.14.10...v0.15.6) - [github.com/igorshubovych/markdownlint-cli: v0.47.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.47.0...v0.48.0)
1 parent df45e00 commit 6752cd9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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,7 +21,7 @@ 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/aws-cloudformation/cfn-lint
24-
rev: v1.43.2 # Check for latest version
24+
rev: v1.46.0 # Check for latest version
2525
hooks:
2626
- id: cfn-lint
2727
files: '.*-cf\.ya?ml$'
@@ -39,7 +39,7 @@ repos:
3939
args: []
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.14.10
42+
rev: v0.15.6
4343
hooks:
4444
- id: ruff
4545
name: Ruff linting
@@ -50,7 +50,7 @@ repos:
5050

5151
# Markdown linting using the same library as package.json
5252
- repo: https://github.com/igorshubovych/markdownlint-cli
53-
rev: v0.47.0 # Using same version as in package.json
53+
rev: v0.48.0 # Using same version as in package.json
5454
hooks:
5555
- id: markdownlint
5656
files: '^(docs|tf-modules)/.*\.md$'

0 commit comments

Comments
 (0)