Skip to content

Commit

Permalink
Create .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
Check for yaml and json.
  • Loading branch information
mgovoni-devel authored Jun 12, 2019
1 parent 8a2a5ae commit bf92017
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: v2.2.3
hooks:
- id: check-yaml
- id: check-json

0 comments on commit bf92017

Please sign in to comment.