mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-23 00:43:40 +01:00
10 lines
247 B
YAML
10 lines
247 B
YAML
|
---
|
||
|
files: ^(device-types|module-types)/
|
||
|
repos:
|
||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
rev: v4.4.0
|
||
|
hooks:
|
||
|
- id: trailing-whitespace
|
||
|
- id: end-of-file-fixer
|
||
|
- id: check-yaml
|
||
|
name: Check YAML files
|