mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2026-09-09 23:16:19 -04:00
30 lines
623 B
YAML
30 lines
623 B
YAML
---
|
|
repos:
|
|
- repo: meta
|
|
hooks:
|
|
- id: check-hooks-apply
|
|
- id: check-useless-excludes
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v5.0.0
|
|
hooks:
|
|
- id: check-merge-conflict
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
args: [--markdown-linebreak-ext=md]
|
|
|
|
- repo: https://github.com/executablebooks/mdformat
|
|
rev: 0.7.22
|
|
hooks:
|
|
- id: mdformat
|
|
additional_dependencies:
|
|
- mdformat-gfm
|
|
- mdformat-toc
|
|
|
|
- repo: https://github.com/woodruffw/zizmor-pre-commit
|
|
rev: v1.9.0
|
|
hooks:
|
|
- id: zizmor
|
|
|
|
# EOF
|