-
-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
30 lines (29 loc) · 721 Bytes
/
Copy path.pre-commit-config.yaml
File metadata and controls
30 lines (29 loc) · 721 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
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-json
args: []
files: ^src/
exclude: tsconfig.json
- id: end-of-file-fixer
- id: trailing-whitespace
- id: debug-statements
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
- id: codespell
args: []
files: ^src/
exclude: ^src/translations/
additional_dependencies:
- tomli
- repo: local
hooks:
- id: lint
name: yarn lint
entry: yarn lint
language: system
files: ^src/
exclude_types: [csv, json, css, scss]
exclude: ^src/assets/