2021-11-10 14:31:42 +01:00
|
|
|
# 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
|
2021-11-10 14:59:57 +01:00
|
|
|
- repo: https://github.com/IamTheFij/docker-pre-commit
|
|
|
|
rev: v2.0.1
|
|
|
|
hooks:
|
|
|
|
- id: hadolint
|