Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#1035)
Browse files Browse the repository at this point in the history
updates:
- [github.com/ScribeMD/pre-commit-hooks: 0.16.1 → 0.16.3](ScribeMD/pre-commit-hooks@0.16.1...0.16.3)
- [github.com/streetsidesoftware/cspell-cli: v7.3.2 → v8.2.1](streetsidesoftware/cspell-cli@v7.3.2...v8.2.1)
- [github.com/adrienverge/yamllint.git: v1.32.0 → v1.33.0](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.33.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8)
- [github.com/igorshubovych/markdownlint-cli: v0.37.0 → v0.38.0](igorshubovych/markdownlint-cli@v0.37.0...v0.38.0)
- [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.5.0 → v9.10.0](alessandrojcm/commitlint-pre-commit-hook@v9.5.0...v9.10.0)
- [github.com/pre-commit/mirrors-eslint: v8.52.0 → v9.0.0-alpha.0](pre-commit/mirrors-eslint@v8.52.0...v9.0.0-alpha.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 8, 2024
1 parent 3eac1fc commit c0b7f21
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
# files: \.tool-versions|package\.json|yarn(-.*\.cjs|\.lock)
# entry: npx yarn run yarn-audit-fix
- repo: https://github.com/ScribeMD/pre-commit-hooks
rev: 0.16.1
rev: 0.16.3
hooks:
- id: yarn-dedupe
entry: npx yarn dedupe
Expand Down Expand Up @@ -68,7 +68,7 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v7.3.2
rev: v8.2.1
hooks:
- id: cspell
name: Spell check with cspell
Expand All @@ -81,7 +81,7 @@ repos:
yarn.lock
)$
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0
rev: v1.33.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
Expand All @@ -105,7 +105,7 @@ repos:
)$
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before markdownlint and eslint
rev: "v3.0.3"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
types_or: ["markdown", "json", "ts"]
Expand All @@ -115,16 +115,16 @@ repos:
syntaxes/external/jinja.tmLanguage.json|
)$
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.38.0
hooks:
- id: markdownlint
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.5.0
rev: v9.10.0
hooks:
- id: commitlint
stages: [commit-msg]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.52.0
rev: v9.0.0-alpha.0
hooks:
- id: eslint
args:
Expand Down

0 comments on commit c0b7f21

Please sign in to comment.