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

31 lines
732 B
YAML
Raw Permalink 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.6.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]
2021-09-21 06:01:23 +03:00
- repo: local
hooks:
- id: cargo-fmt
name: cargo fmt
entry: cargo fmt --
language: rust
types: [rust]
2022-09-02 10:03:30 +03:00
ci:
autofix_commit_msg: |
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
autofix_prs: true
autoupdate_branch: ""
autoupdate_commit_msg: "[pre-commit.ci] pre-commit autoupdate"
autoupdate_schedule: weekly
skip: []
submodules: false