Skip to content

Commit beaab0e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0) - [github.com/pre-commit/mirrors-eslint: v8.12.0 → v8.13.0](pre-commit/mirrors-eslint@v8.12.0...v8.13.0)
1 parent b9fd92b commit beaab0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.1.0
3+
rev: v4.2.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-yaml
88
- repo: https://github.com/pre-commit/mirrors-eslint
9-
rev: v8.12.0
9+
rev: v8.13.0
1010
hooks:
1111
- id: eslint
1212
args: [--fix]

0 commit comments

Comments
 (0)