chore: add more pre-commit lints
This commit is contained in:
parent
169b70ff06
commit
2e76162adf
1 changed files with 7 additions and 0 deletions
|
|
@ -1,4 +1,11 @@
|
||||||
repos:
|
repos:
|
||||||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
rev: v4.3.0
|
||||||
|
hooks:
|
||||||
|
- id: end-of-file-fixer
|
||||||
|
- id: check-added-large-files
|
||||||
|
- id: check-json
|
||||||
|
|
||||||
- repo: https://github.com/cathiele/pre-commit-rust
|
- repo: https://github.com/cathiele/pre-commit-rust
|
||||||
rev: v0.1.0
|
rev: v0.1.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
||||||
Reference in a new issue