Skip to content

Commit 2308b5b

Browse files
committed
chore: run tox to regenerate pre-commit-hooks.yaml
1 parent 16c480c commit 2308b5b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-hooks.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
description: 'Validate Azure Pipelines config against the schema provided by Microsoft'
2727
entry: check-jsonschema --builtin-schema vendor.azure-pipelines --data-transform azure-pipelines
2828
language: python
29-
files: ^(\.)?azure-pipelines.(yml|yaml)$
29+
files: ^(\.)?azure-pipelines\.(yml|yaml)$
3030
types: [yaml]
3131

3232
# this hook is autogenerated from a script
@@ -76,7 +76,7 @@
7676
description: 'Validate Dependabot Config (v2) against the schema provided by SchemaStore'
7777
entry: check-jsonschema --builtin-schema vendor.dependabot
7878
language: python
79-
files: ^\.github/dependabot.(yml|yaml)$
79+
files: ^\.github/dependabot\.(yml|yaml)$
8080
types: [yaml]
8181

8282
# this hook is autogenerated from a script
@@ -100,8 +100,8 @@
100100
language: python
101101
files: >
102102
(?x)^(
103-
action.(yml|yaml)|
104-
\.github/actions/(.+/)?action.(yml|yaml)
103+
action\.(yml|yaml)|
104+
\.github/actions/(.+/)?action\.(yml|yaml)
105105
)$
106106
types: [yaml]
107107

@@ -124,7 +124,7 @@
124124
description: 'Validate GitLab CI config against the schema provided by SchemaStore'
125125
entry: check-jsonschema --builtin-schema vendor.gitlab-ci --data-transform gitlab-ci
126126
language: python
127-
files: ^.*\.gitlab-ci.yml$
127+
files: ^.*\.gitlab-ci\.yml$
128128
types: [yaml]
129129

130130
# this hook is autogenerated from a script
@@ -135,7 +135,7 @@
135135
description: 'Validate ReadTheDocs config against the schema provided by ReadTheDocs'
136136
entry: check-jsonschema --builtin-schema vendor.readthedocs
137137
language: python
138-
files: ^\.readthedocs.(yml|yaml)$
138+
files: ^\.readthedocs\.(yml|yaml)$
139139
types: [yaml]
140140

141141
# this hook is autogenerated from a script
@@ -161,5 +161,5 @@
161161
description: 'Validate Travis Config against the schema provided by SchemaStore'
162162
entry: check-jsonschema --builtin-schema vendor.travis
163163
language: python
164-
files: ^\.travis.(yml|yaml)$
164+
files: ^\.travis\.(yml|yaml)$
165165
types: [yaml]

0 commit comments

Comments
 (0)