Skip to content

Commit 4ee1b2a

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.15.0 → v10.0.1](pre-commit/mirrors-eslint@v9.15.0...v10.0.1)
1 parent acdde0a commit 4ee1b2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-yaml
88
- id: check-added-large-files
99
- repo: https://github.com/pre-commit/mirrors-eslint
10-
rev: 'v9.15.0'
10+
rev: 'v10.0.1'
1111
hooks:
1212
- id: eslint
1313
args: [--fix]

0 commit comments

Comments
 (0)