We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pre-commit-config.yaml
1 parent 8699aea commit 99d606fCopy full SHA for 99d606f
.pre-commit-config.yaml
@@ -1,14 +1,14 @@
1
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
9
- - id: eslint
10
-- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v4.4.0
12
13
- - id: end-of-file-fixer
14
- - id: trailing-whitespace
+ - repo: https://github.com/gitleaks/gitleaks
+ rev: v8.16.3
+ hooks:
+ - id: gitleaks
+ - repo: https://github.com/pre-commit/mirrors-eslint
+ rev: v8.38.0
+ - id: eslint
+ - repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: v4.4.0
+ - id: end-of-file-fixer
+ - id: trailing-whitespace
0 commit comments