mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 16:33:57 +01:00
21 lines
588 B
YAML
21 lines
588 B
YAML
|
---
|
||
|
repos:
|
||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
rev: v3.4.0
|
||
|
hooks:
|
||
|
- id: trailing-whitespace
|
||
|
- id: end-of-file-fixer
|
||
|
- id: check-yaml
|
||
|
name: Check YAML files
|
||
|
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
|
||
|
rev: 0.1.0
|
||
|
hooks:
|
||
|
- id: yamlfmt
|
||
|
args: [--mapping, '2', --sequence, '4', --offset, '2']
|
||
|
- repo: https://github.com/adrienverge/yamllint.git
|
||
|
rev: v1.26.0
|
||
|
hooks:
|
||
|
- id: yamllint
|
||
|
name: Lint YAML files
|
||
|
args: [--format, parsable, --strict, -c=tests/yamllint.yaml]
|