-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpre-commit-config-all.yaml
48 lines (48 loc) · 1.3 KB
/
pre-commit-config-all.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
---
repos:
- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: v4.5.0
hooks:
- id: check-merge-conflict
- id: check-yaml
- id: check-json
- id: check-xml
- id: check-symlinks
- id: check-added-large-files
- id: check-executables-have-shebangs
- id: fix-byte-order-marker
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
- id: detect-private-key
- id: check-ast
- id: name-tests-test
- id: requirements-txt-fixer
- id: double-quote-string-fixer
- id: fix-encoding-pragma
- repo: "https://github.com/pre-commit/pygrep-hooks"
rev: v1.10.0
hooks:
- id: python-use-type-annotations
- id: python-check-blanket-noqa
- id: python-check-mock-methods
- id: python-no-eval
- id: python-no-log-warn
- id: python-use-type-annotations
- id: rst-backticks
- id: text-unicode-replacement-char
- repo: "https://github.com/xbcsmith/x-commit-hooks"
rev: master
hooks:
- id: go-fmt
- id: go-vet
- id: golangci-lint
- id: golangci-megalint
- id: go-unit-tests
- id: yamllint
- id: commitlint
- id: markdownlint
- id: checkyml
- id: black
- id: flake8
- id: isort