Skip to content

Commit

Permalink
ci: pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
YDX-2147483647 committed Feb 26, 2024
1 parent c6f295a commit 9fd8521
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 @@ -2,18 +2,18 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/crate-ci/typos
rev: v1.16.0
rev: typos-v0.10.21
hooks:
- id: typos
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.44.0
rev: v9.0.0-beta.1
hooks:
- id: eslint
args:
Expand Down

0 comments on commit 9fd8521

Please sign in to comment.