Skip to content

Commit 99d606f

Browse files
authored
fix: format pre-commit-config.yaml (#229)
1 parent 8699aea commit 99d606f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.pre-commit-config.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
2-
- repo: https://github.com/gitleaks/gitleaks
3-
rev: v8.16.3
4-
hooks:
5-
- id: gitleaks
6-
- repo: https://github.com/pre-commit/mirrors-eslint
7-
rev: v8.38.0
8-
hooks:
9-
- id: eslint
10-
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.4.0
12-
hooks:
13-
- id: end-of-file-fixer
14-
- id: trailing-whitespace
2+
- repo: https://github.com/gitleaks/gitleaks
3+
rev: v8.16.3
4+
hooks:
5+
- id: gitleaks
6+
- repo: https://github.com/pre-commit/mirrors-eslint
7+
rev: v8.38.0
8+
hooks:
9+
- id: eslint
10+
- repo: https://github.com/pre-commit/pre-commit-hooks
11+
rev: v4.4.0
12+
hooks:
13+
- id: end-of-file-fixer
14+
- id: trailing-whitespace

0 commit comments

Comments
 (0)