chore: update dependecies
This commit is contained in:
parent
0b6a8f0d3b
commit
2869d1c905
|
@ -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
|
||||
|
|
|
@ -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']
|
||||
|
|
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue