Skip to content

Commit

Permalink
add .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoker committed May 14, 2016
1 parent 880f67a commit 3aca1fe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: v0.5.0
hooks:
- id: check-added-large-files
- id: check-byte-order-marker
- id: check-case-conflict
- id: check-json
- id: check-symlinks
- id: check-xml
- id: check-yaml
- id: detect-private-key

0 comments on commit 3aca1fe

Please sign in to comment.