We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2e27af + 243faea commit 921f6a0Copy full SHA for 921f6a0
.pre-commit-config.yaml
@@ -0,0 +1,30 @@
1
+---
2
+fail_fast: false
3
+repos:
4
+ - repo: https://github.com/adrienverge/yamllint
5
+ rev: v1.26.3
6
+ hooks:
7
+ - args:
8
+ - --config-file
9
+ - .github/linters/.yamllint.yaml
10
+ id: yamllint
11
+ - repo: https://github.com/pre-commit/pre-commit-hooks
12
+ rev: v4.2.0
13
14
+ - id: trailing-whitespace
15
+ args: [--markdown-linebreak-ext=md]
16
+ - id: end-of-file-fixer
17
+ - id: mixed-line-ending
18
+ - repo: https://github.com/Lucas-C/pre-commit-hooks
19
+ rev: v1.1.14
20
21
+ - id: remove-crlf
22
+ - id: remove-tabs
23
+ - repo: https://github.com/sirosen/texthooks
24
+ rev: 0.3.1
25
26
+ - id: fix-smartquotes
27
+ - repo: https://github.com/zricethezav/gitleaks
28
+ rev: v8.8.4
29
30
+ - id: gitleaks
0 commit comments