Skip to content

Commit 387a307

Browse files
committed
remove yamllint
1 parent 463483b commit 387a307

File tree

2 files changed

+0
-96
lines changed

2 files changed

+0
-96
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,6 @@ repos:
2929
# public/crds\.yaml$|
3030
# config/crd/bases/.*
3131
# )
32-
- id: check-yaml
33-
args: [--allow-multiple-documents, --unsafe]
34-
exclude: |
35-
(?x)^(
36-
helm_chart/templates/.*|
37-
config/.*|
38-
vendor/.*|
39-
testdata/.*|
40-
docker/mongodb-kubernetes-tests/vendor/.*|
41-
docker/cluster-cleaner/templates/.*|
42-
scripts/evergreen/deployments/.*/templates/.*|
43-
public/samples/mongodb_multicluster/replica-set-configure-storage\.yaml$|
44-
\.evergreen.*\.yml$
45-
)
4632
- id: check-added-large-files
4733
- id: check-merge-conflict
4834
- id: check-json
@@ -52,20 +38,6 @@ repos:
5238
testdata/.*
5339
)
5440
55-
- repo: https://github.com/adrienverge/yamllint.git
56-
rev: v1.35.1
57-
hooks:
58-
- id: yamllint
59-
args: [-c, .yamllint.yaml]
60-
exclude: |
61-
(?x)^(
62-
helm_chart/templates/.*|
63-
config/.*|
64-
vendor/.*|
65-
testdata/.*|
66-
\.evergreen.*\.yml$
67-
)
68-
6941
- repo: https://github.com/psf/black
7042
rev: 24.10.0
7143
hooks:

.yamllint.yaml

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)