generated from delineateio/oss-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.pre-commit-config.yaml
51 lines (44 loc) · 1.1 KB
/
.pre-commit-config.yaml
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
44
45
46
47
48
49
50
51
ci:
skip: [ggshield, go-mod-tidy, golangci-lint-repo-mod]
repos:
- repo: https://github.com/tekwizely/pre-commit-golang
rev: v1.0.0-rc.1
hooks:
- id: go-mod-tidy
name: golang tidying
- id: golangci-lint-repo-mod
name: golang linting
- repo: https://github.com/psf/black
rev: 23.12.1
hooks:
- id: black
name: python linting
language_version: python3
- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0
hooks:
- id: doctoc
name: update toc
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.38.0
hooks:
- id: markdownlint
name: markdown linting
- repo: https://github.com/gitguardian/ggshield
rev: v1.22.0
hooks:
- id: ggshield
name: gitguardian scanning
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
name: trailing whitespace
- id: end-of-file-fixer
name: end of file fixer
- id: check-added-large-files
name: check added large files
- id: check-yaml
name: check yaml
- id: check-json
name: check json