Skip to content

Commit 838fd32

Browse files
committed
Add basic pre-commit
Signed-off-by: Cristian Le <[email protected]>
1 parent ea20f3b commit 838fd32

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v4.3.0
4+
hooks:
5+
- id: trailing-whitespace
6+
- id: end-of-file-fixer
7+
- id: check-yaml
8+
- repo: https://github.com/python-jsonschema/check-jsonschema
9+
rev: 0.21.0
10+
hooks:
11+
- id: check-github-workflows

0 commit comments

Comments
 (0)