Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
chore: pre-commit autoupdate (#601)
Browse files Browse the repository at this point in the history
updates:
- [github.com/shellcheck-py/shellcheck-py: v0.9.0.5 → v0.9.0.6](shellcheck-py/shellcheck-py@v0.9.0.5...v0.9.0.6)
- [github.com/streetsidesoftware/cspell-cli: v7.3.0 → v7.3.1](streetsidesoftware/cspell-cli@v7.3.0...v7.3.1)
- [github.com/igorshubovych/markdownlint-cli: v0.36.0 → v0.37.0](igorshubovych/markdownlint-cli@v0.36.0...v0.37.0)
- [github.com/pre-commit/mirrors-eslint: v8.48.0 → v8.50.0](pre-commit/mirrors-eslint@v8.48.0...v8.50.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Priyam Sahoo <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and priyamsahoo authored Oct 31, 2023
1 parent fad31c1 commit cfb24f5
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 @@ -18,7 +18,7 @@ exclude: >
)$
repos:
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.5
rev: v0.9.0.6
hooks:
- id: shellcheck
args:
Expand Down Expand Up @@ -52,7 +52,7 @@ repos:
files: "codecov.yml"
pass_filenames: false
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v7.3.0
rev: v7.3.1
hooks:
- id: cspell
name: Spell check with cspell
Expand Down Expand Up @@ -92,7 +92,7 @@ repos:
hooks:
- id: prettier
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.36.0
rev: v0.37.0
hooks:
- id: markdownlint
exclude: >
Expand All @@ -101,7 +101,7 @@ repos:
docs/settings.md
$
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.48.0
rev: v8.50.0
hooks:
- id: eslint
args:
Expand Down

0 comments on commit cfb24f5

Please sign in to comment.