mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 18:18:41 +00:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated pre-commit hook configurations for improved line ending handling and markdown linting. - Broadened exclusion criteria for YAML files in templates directories. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
17 lines
428 B
YAML
17 lines
428 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.5.0
|
|
hooks:
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- id: mixed-line-ending
|
|
args: [--fix=lf]
|
|
- id: check-yaml
|
|
exclude: '^.*templates/.*\.yaml$'
|
|
args: [--unsafe]
|
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
|
rev: v0.41.0
|
|
hooks:
|
|
- id: markdownlint
|
|
args: [--fix, --disable, MD013, MD041, --]
|