22 lines
614 B
YAML
22 lines
614 B
YAML
|
# See https://pre-commit.com for more information
|
||
|
# See https://pre-commit.com/hooks.html for more hooks
|
||
|
repos:
|
||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
rev: v3.2.0
|
||
|
hooks:
|
||
|
- id: trailing-whitespace
|
||
|
- id: check-merge-conflict
|
||
|
- id: end-of-file-fixer
|
||
|
- id: check-yaml
|
||
|
- id: check-added-large-files
|
||
|
- repo: https://github.com/doublify/pre-commit-rust
|
||
|
rev: v1.0
|
||
|
hooks:
|
||
|
- id: fmt
|
||
|
args: ['--verbose', '--']
|
||
|
- id: cargo-check
|
||
|
- repo: https://github.com/IamTheFij/docker-pre-commit
|
||
|
rev: v2.0.1
|
||
|
hooks:
|
||
|
- id: hadolint
|