Skip to content

Commit 9021213

Browse files
authored
Create .pre-commit-config.yaml
1 parent 5bc535c commit 9021213

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v5.0.0
4+
hooks:
5+
- id: check-added-large-files
6+
args: [--maxkb=8192]
7+
- id: check-merge-conflict
8+
- id: check-toml
9+
- id: check-yaml
10+
args: [--allow-multiple-documents]
11+
- id: end-of-file-fixer
12+
- id: no-commit-to-branch
13+
args: [--branch,master]
14+
- repo: https://github.com/gitleaks/gitleaks
15+
rev: v8.27.2
16+
hooks:
17+
- id: gitleaks
18+
- repo: https://github.com/codespell-project/codespell
19+
rev: v2.4.1
20+
hooks:
21+
- id: codespell
22+
- repo: https://github.com/fredrikekre/runic-pre-commit
23+
rev: v2.0.1
24+
hooks:
25+
- id: runic

0 commit comments

Comments
 (0)