Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v3.2.0 → v5.0.0](pre-commit/pre-commit-hooks@v3.2.0...v5.0.0)
- [github.com/DavidAnson/markdownlint-cli2: v0.1.3 → v0.17.2](DavidAnson/markdownlint-cli2@v0.1.3...v0.17.2)
- [github.com/igorshubovych/markdownlint-cli: 014e777db9691db091c5b1de9b459a8c27609058 → v0.44.0](igorshubovych/markdownlint-cli@014e777...v0.44.0)
- [github.com/gruntwork-io/pre-commit: 0.1.12 → v0.1.25](gruntwork-io/pre-commit@0.1.12...v0.1.25)
  • Loading branch information
pre-commit-ci[bot] authored Jan 27, 2025
1 parent ed6bc0c commit 63e8bea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ repos:
entry: sh -c 'npm run lint:all'
files: .js$
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v5.0.0
hooks:
- id: check-json
- id: check-yaml
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.1.3
rev: v0.17.2
hooks:
- id: markdownlint-cli2

Check warning on line 17 in .pre-commit-config.yaml

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (markdownlint)
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: 014e777db9691db091c5b1de9b459a8c27609058
rev: v0.44.0
hooks:
- id: markdownlint

Check warning on line 21 in .pre-commit-config.yaml

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (markdownlint)
- repo: https://github.com/gruntwork-io/pre-commit
rev: 0.1.12 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
rev: v0.1.25 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
hooks:
- id: shellcheck

Check warning on line 25 in .pre-commit-config.yaml

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (shellcheck)

0 comments on commit 63e8bea

Please sign in to comment.