Skip to content

Commit 47cb333

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-eslint: v9.17.0 → v9.38.0](pre-commit/mirrors-eslint@v9.17.0...v9.38.0) - [github.com/lyz-code/yamlfix: 1.17.0 → 1.18.0](lyz-code/yamlfix@1.17.0...1.18.0)
1 parent f2a2032 commit 47cb333

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
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
@@ -14,7 +14,7 @@ repos:
1414
- id: prettier
1515
types_or: [javascript, jsx, ts, tsx, json]
1616
- repo: https://github.com/pre-commit/mirrors-eslint
17-
rev: v9.17.0
17+
rev: v9.38.0
1818
hooks:
1919
- id: eslint
2020
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
@@ -25,7 +25,7 @@ repos:
2525
- '@typescript-eslint/[email protected]'
2626
- '@eslint/[email protected]'
2727
- repo: https://github.com/lyz-code/yamlfix
28-
rev: 1.17.0
28+
rev: 1.18.0
2929
hooks:
3030
- id: yamlfix
3131
types: [yaml]

0 commit comments

Comments
 (0)