Initial commit

This commit is contained in:
Anton Babenko 2016-09-27 19:47:26 +02:00
commit 8c2226857e
4 changed files with 31 additions and 2 deletions

8
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,8 @@
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: v0.4.2
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-case-conflict
- id: check-merge-conflict