Skip to content

Commit 1d0dcce

Browse files
Merge pull request #1795 from dtaivpp/pre-commit
Adding simple precommit hooks
2 parents 09bd740 + 260dc25 commit 1d0dcce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .pre-commit-config.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v2.3.0
4+
hooks:
5+
- id: check-yaml
6+
- id: end-of-file-fixer
7+
- id: trailing-whitespace

0 commit comments

Comments
 (0)