Skip to content

Commit b3135ef

Browse files
committed
test: Add pre-commit-config.yaml file
1 parent 9fd0384 commit b3135ef

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.pre-commit-config.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# See https://pre-commit.com for more information
2+
---
3+
repos:
4+
- repo: https://github.com/pre-commit/pre-commit-hooks
5+
rev: v4.6.0
6+
hooks:
7+
- id: check-added-large-files
8+
- id: check-executables-have-shebangs
9+
- id: check-shebang-scripts-are-executable
10+
- id: check-symlinks
11+
- repo: https://github.com/jorisroovers/gitlint
12+
rev: v0.19.1
13+
hooks:
14+
- id: gitlint
15+
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
16+
rev: 3.0.3
17+
hooks:
18+
- id: editorconfig-checker

0 commit comments

Comments
 (0)