Skip to content

Commit cf7b466

Browse files
authored
Merge branch 'develop' into maintenance/yamllint-compliance
2 parents 627bffb + 7ae8211 commit cf7b466

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.github/workflows/test-library.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,4 @@ jobs:
131131
- name: Report success of the test matrix
132132
run: >-
133133
print("All's good")
134-
shell: python
135-
...
134+
shell: python

.pre-commit-config.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,20 @@ repos:
139139
rev: v1.26.2
140140
hooks:
141141
- id: yamllint
142+
exclude: |
143+
(?x)
144+
^
145+
\.pre-commit-config\.yaml|
146+
(
147+
\.github/(
148+
workflows/(
149+
codeql-analysis|test-(brew|dashboard|docker|library)
150+
)|
151+
FUNDING
152+
)|
153+
codecov
154+
)\.yml
155+
$
142156
args:
143157
- --strict
144158
types: [file, yaml]

0 commit comments

Comments
 (0)