Skip to content

Commit cafdf6f

Browse files
committed
schema: Remove references to schema folder
The schema is now provided by the instructlab-schema python package and we no longer submodule the code. So we should remove all references to the removed src/instructlab/schema folder in this repo. Signed-off-by: BJ Hargrave <[email protected]>
1 parent c5e9f72 commit cafdf6f

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.markdownlint-cli2.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ ignores:
1616
- ".tox/**"
1717
- ".venv/**"
1818
- "build/**"
19-
- "src/instructlab/schema/**"
2019
- "tests/**"
2120
- "venv/**"
2221
- ".github/ISSUE_TEMPLATE/**"

.spellcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ matrix:
88
camel-case: true
99
mode: markdown
1010
sources:
11-
- "**/*.md|!REVIEWERS.md|!build/**|!.tox/**|!src/instructlab/schema/**|!venv/**|!taxonomy/**"
11+
- "**/*.md|!REVIEWERS.md|!build/**|!.tox/**|!venv/**|!taxonomy/**"
1212
dictionary:
1313
wordlists:
1414
- .spellcheck-en-custom.txt

pyproject.toml

-6
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,8 @@ include = [
5959
"instructlab.train.lora_mlx.models",
6060
"instructlab.llamacpp",
6161
"instructlab.mlx_explore",
62-
"instructlab.schema.v1",
63-
"instructlab.schema.v2",
6462
]
6563

66-
[tool.setuptools.package-data]
67-
"instructlab.schema.v1" = ["*.json"]
68-
"instructlab.schema.v2" = ["*.json"]
69-
7064
[tool.check-wheel-contents]
7165
# W002 - Wheel contains duplicate files:
7266
# instructlab/mlx_explore/LICENSE

0 commit comments

Comments
 (0)