thin-provisioning-tools/.pre-commit-config.yaml

14 lines
332 B
YAML
Raw Permalink Normal View History

2021-05-11 14:48:21 +05:30
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/doublify/pre-commit-rust
rev: master
hooks:
- id: fmt
- id: clippy