twitch-tui/.pre-commit-config.yaml

19 lines
427 B
YAML
Raw Normal View History

2021-08-24 02:33:31 +03:00
repos:
2021-09-21 06:01:23 +03:00
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
2021-08-24 02:33:31 +03:00
hooks:
2021-09-21 06:01:23 +03:00
- id: check-merge-conflict
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
args: [ --markdown-linebreak-ext=md ]
- repo: local
hooks:
- id: cargo-fmt
name: cargo fmt
entry: cargo fmt --
language: rust
types: [ rust ]