-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
43 lines (41 loc) · 980 Bytes
/
.pre-commit-config.yaml
File metadata and controls
43 lines (41 loc) · 980 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
33
34
35
36
37
38
39
40
41
42
43
default_language_version:
python: python3
repos:
- repo: local
hooks:
- id: zprint
name: zprint
language: system
entry: zprint '{:search-config? true}' -w
types: [clojure]
exclude: |
(?x)(
bb\.edn |
config-.*.edn
)
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-added-large-files
args: ["--maxkb=1000"]
- id: fix-byte-order-marker
- id: check-case-conflict
- id: check-merge-conflict
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.2
hooks:
- id: prettier
types_or:
[
"yaml",
"markdown",
"solidity",
"makefile",
"gitignore",
"toml",
"json",
"javascript",
"proto",
]