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
Browse files Browse the repository at this point in the history
updates:
- [github.com/streetsidesoftware/cspell-cli: v7.3.2 β†’ v8.0.0](streetsidesoftware/cspell-cli@v7.3.2...v8.0.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 β†’ v4.0.0-alpha.3](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.3)
- [github.com/pre-commit/mirrors-eslint: v8.53.0 β†’ v8.55.0](pre-commit/mirrors-eslint@v8.53.0...v8.55.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 4, 2023
1 parent 6102639 commit b4bddb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
files: "codecov.yml"
pass_filenames: false
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v7.3.2
rev: v8.0.0
hooks:
- id: cspell
name: Spell check with cspell
Expand Down Expand Up @@ -88,7 +88,7 @@ repos:
language_version: python3
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before markdownlint and eslint
rev: "v3.0.3"
rev: "v4.0.0-alpha.3"
hooks:
- id: prettier
- repo: https://github.com/igorshubovych/markdownlint-cli
Expand All @@ -101,7 +101,7 @@ repos:
docs/settings.md
$
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.53.0
rev: v8.55.0
hooks:
- id: eslint
args:
Expand Down

0 comments on commit b4bddb9

Please sign in to comment.