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.git: v4.1.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.1.0...v5.0.0)
- [github.com/codespell-project/codespell: v2.1.0 → v2.3.0](codespell-project/codespell@v2.1.0...v2.3.0)
- [github.com/pre-commit/mirrors-prettier: v2.5.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.5.1...v4.0.0-alpha.8)
- [github.com/pre-commit/mirrors-eslint: v8.7.0 → v9.13.0](pre-commit/mirrors-eslint@v8.7.0...v9.13.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent 1f5d7c2 commit 68e2f59
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 @@ -13,7 +13,7 @@ ci:
minimum_pre_commit_version: 2.9.0 # types_or
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.1.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -27,7 +27,7 @@ repos:
- id: check-executables-have-shebangs
- id: check-merge-conflict
- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.3.0
hooks:
- id: codespell
exclude: >
Expand All @@ -36,11 +36,11 @@ repos:
)$
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before markdownlint and eslint
rev: "v2.5.1"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.7.0
rev: v9.13.0
hooks:
- id: eslint
args:
Expand Down

0 comments on commit 68e2f59

Please sign in to comment.