mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-10 12:24:12 +00:00
100f8b733d
Add `zimfw/bira` theme Signed-off-by: Joe Block <jpb@unixorn.net>
21 lines
577 B
YAML
21 lines
577 B
YAML
---
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.4.0
|
|
hooks:
|
|
- id: check-merge-conflict
|
|
- id: check-yaml
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- id: forbid-submodules
|
|
- id: mixed-line-ending
|
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
|
rev: v0.35.0
|
|
hooks:
|
|
- id: markdownlint-fix
|
|
args: ["--ignore", "LICENSE.md", "--disable", "~MD013"]
|
|
- repo: https://github.com/thlorenz/doctoc
|
|
rev: v2.2.0
|
|
hooks:
|
|
- id: doctoc
|
|
args: ["--update-only"]
|