chore: update dependecies

This commit is contained in:
Fadi Hadzh 2017-12-28 02:30:58 +03:00
parent 0b6a8f0d3b
commit 2869d1c905
3 changed files with 8 additions and 3 deletions

View file

@ -2,10 +2,15 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
sha: v1.1.1
hooks:
- id: check-byte-order-marker
- id: check-case-conflict
- id: check-merge-conflict
- id: check-symlinks
- id: check-yaml
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/pre-commit/pre-commit
sha: v1.3.0
sha: v1.4.1
hooks:
- id: validate_manifest

View file

@ -1,7 +1,7 @@
- id: fmt
name: fmt
description: Format files with rustfmt.
entry: rustfmt
entry: cargo fmt
language: system
files: \.rs$
args: ['--write-mode=overwrite']

View file

@ -1,7 +1,7 @@
- id: fmt
name: fmt
description: Format files with rustfmt.
entry: rustfmt
entry: cargo fmt
language: system
files: \.rs$
args: ['--write-mode=overwrite']