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: v4.1.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.1.0...v4.5.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.6.0 → v9.0.0-alpha.0](pre-commit/mirrors-eslint@v8.6.0...v9.0.0-alpha.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 1, 2024
1 parent d11c9d7 commit 8f0a730
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,19 +2,19 @@ ci:
autoupdate_schedule: 'quarterly'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.5.0
hooks:
- id: check-docstring-first
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v2.5.1'
rev: 'v4.0.0-alpha.8'
hooks:
- id: prettier
types: [ts]

- repo: https://github.com/pre-commit/mirrors-eslint
rev: 'v8.6.0'
rev: 'v9.0.0-alpha.0'
hooks:
- id: eslint
files: \.ts$ # *.ts
Expand Down

0 comments on commit 8f0a730

Please sign in to comment.