Skip to content

Commit 923dc88

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.0 → v3.0.0-alpha.4](pre-commit/mirrors-prettier@v3.0.0-alpha.0...v3.0.0-alpha.4) - [github.com/pre-commit/mirrors-eslint: v8.24.0 → v8.31.0](pre-commit/mirrors-eslint@v8.24.0...v8.31.0)
1 parent aec9bad commit 923dc88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v4.4.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -14,11 +14,11 @@ repos:
1414
- id: check-case-conflict
1515
- id: detect-private-key
1616
- repo: https://github.com/pre-commit/mirrors-prettier
17-
rev: 'v3.0.0-alpha.0' # Use the sha / tag you want to point at
17+
rev: 'v3.0.0-alpha.4' # Use the sha / tag you want to point at
1818
hooks:
1919
- id: prettier
2020
- repo: https://github.com/pre-commit/mirrors-eslint
21-
rev: 'v8.24.0' # Use the sha / tag you want to point at
21+
rev: 'v8.31.0' # Use the sha / tag you want to point at
2222
hooks:
2323
- id: eslint
2424
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)