Skip to content

Commit 9c3ed2e

Browse files
authored
Merge pull request #426 from jrdnbradford/update-vendor-dir
Update vendor directories for organization
2 parents 229943d + 5892a63 commit 9c3ed2e

29 files changed

+12
-5
lines changed

scripts/vendor-schemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def schema2filename(name: str) -> str:
3333

3434

3535
def schema2hashfile(name: str) -> str:
36-
return f"src/check_jsonschema/builtin_schemas/vendor/{name}.sha256"
36+
return f"src/check_jsonschema/builtin_schemas/vendor/sha256/{name}.sha256"
3737

3838

3939
def file2digest(filepath: str) -> str:

src/check_jsonschema/builtin_schemas/vendor/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ For the exact list of schemas here, see the repo root for hook config.
77

88
Most of the schemas in this directory are provided by SchemaStore. They are
99
therefore licensed under the SchemaStore license, included in this directory.
10-
Additional licenses are provided for other sources as noted below.
10+
Additional licenses can be found in [`licenses`](licenses).
1111

1212
### Azure Pipelines
1313

@@ -34,3 +34,8 @@ of the license for that repo.
3434

3535
The Buildkite schema is provided by Buildkite and licensed under the license
3636
for their 'pipeline-schema' repo.
37+
38+
### Taskfile
39+
40+
The Taskfile schema is provided by Task and licensed under the license
41+
for their 'task' repo.

0 commit comments

Comments
 (0)