2020-07-09 19:04:05 +00:00
|
|
|
---
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2020-12-27 16:21:35 +00:00
|
|
|
rev: v3.4.0
|
2020-07-09 19:04:05 +00:00
|
|
|
hooks:
|
|
|
|
- id: check-added-large-files
|
|
|
|
- id: check-yaml
|
|
|
|
- id: check-toml
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: check-merge-conflict
|
|
|
|
- repo: https://github.com/doublify/pre-commit-rust
|
2020-12-27 16:21:35 +00:00
|
|
|
rev: v1.0
|
2020-07-09 19:04:05 +00:00
|
|
|
hooks:
|
|
|
|
- id: fmt
|
|
|
|
- id: cargo-check
|
|
|
|
- id: clippy
|
|
|
|
- repo: https://github.com/IamTheFij/docker-pre-commit
|
|
|
|
rev: v2.0.0
|
|
|
|
hooks:
|
|
|
|
- id: docker-compose-check
|
|
|
|
- id: hadolint
|