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
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
sha: v1.1.1
|
sha: v1.1.1
|
||||||
hooks:
|
hooks:
|
||||||
|
- id: check-byte-order-marker
|
||||||
|
- id: check-case-conflict
|
||||||
|
- id: check-merge-conflict
|
||||||
|
- id: check-symlinks
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
|
- id: mixed-line-ending
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- repo: https://github.com/pre-commit/pre-commit
|
- repo: https://github.com/pre-commit/pre-commit
|
||||||
sha: v1.3.0
|
sha: v1.4.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: validate_manifest
|
- id: validate_manifest
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
- id: fmt
|
- id: fmt
|
||||||
name: fmt
|
name: fmt
|
||||||
description: Format files with rustfmt.
|
description: Format files with rustfmt.
|
||||||
entry: rustfmt
|
entry: cargo fmt
|
||||||
language: system
|
language: system
|
||||||
files: \.rs$
|
files: \.rs$
|
||||||
args: ['--write-mode=overwrite']
|
args: ['--write-mode=overwrite']
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
- id: fmt
|
- id: fmt
|
||||||
name: fmt
|
name: fmt
|
||||||
description: Format files with rustfmt.
|
description: Format files with rustfmt.
|
||||||
entry: rustfmt
|
entry: cargo fmt
|
||||||
language: system
|
language: system
|
||||||
files: \.rs$
|
files: \.rs$
|
||||||
args: ['--write-mode=overwrite']
|
args: ['--write-mode=overwrite']
|
||||||
|
|
Loading…
Reference in a new issue