-
Notifications
You must be signed in to change notification settings - Fork 176
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
32 lines (30 loc) · 808 Bytes
/
.pre-commit-config.yaml
File metadata and controls
32 lines (30 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
# Pre-commit configuration
#
# This will help ensure everything I commit is kinda clean and neat.
#
exclude: ^(custom_components|www/community)/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-json
- id: check-yaml
args: ["--unsafe"]
- id: check-case-conflict
- id: check-merge-conflict
- id: check-symlinks
- id: detect-private-key
- id: end-of-file-fixer
exclude: ^.HA_VERSION
- id: forbid-new-submodules
- id: trailing-whitespace
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.38.0
hooks:
- id: yamllint
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
- id: prettier