30 lines
758 B
YAML
30 lines
758 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.1.0
|
|
hooks:
|
|
- id: check-byte-order-marker
|
|
- id: check-case-conflict
|
|
- id: check-merge-conflict
|
|
- id: check-symlinks
|
|
- id: check-yaml
|
|
- id: end-of-file-fixer
|
|
- id: mixed-line-ending
|
|
- id: trailing-whitespace
|
|
- repo: https://github.com/pre-commit/pre-commit
|
|
rev: v2.5.1
|
|
hooks:
|
|
- id: validate_manifest
|
|
- repo: https://github.com/doublify/pre-commit-rust
|
|
rev: eeee35a8
|
|
hooks:
|
|
- id: fmt
|
|
- id: cargo-check
|
|
- id: clippy
|
|
- repo: https://github.com/DavidAnson/markdownlint-cli2
|
|
rev: v0.6.0
|
|
hooks:
|
|
- id: markdownlint-cli2
|