Skip to content

Commit 392169b

Browse files
committed
chore: bump reqstool-decorators to 0.0.9 and fix yaml language server
1 parent a0beed8 commit 392169b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
requires-python = ">=3.10"
2727

2828
dependencies = [
29-
"reqstool-python-decorators==0.0.8",
29+
"reqstool-python-decorators==0.0.9",
3030
"ruamel.yaml==0.19.1",
3131
"hatchling>=1.20.0",
3232
]

src/reqstool_python_hatch_plugin/build_hooks/reqstool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ReqstoolBuildHook(BuildHookInterface):
4545

4646
ARCHIVE_OUTPUT_DIR_TEST_RESULTS: str = "test_results"
4747

48-
YAML_LANGUAGE_SERVER = "# yaml-language-server: $schema=https://raw.githubusercontent.com/Luftfartsverket/reqstool-client/main/src/reqstool/resources/schemas/v1/reqstool_index.schema.json\n" # noqa: E501
48+
YAML_LANGUAGE_SERVER = "# yaml-language-server: $schema=https://raw.githubusercontent.com/Luftfartsverket/reqstool-client/main/src/reqstool/resources/schemas/v1/reqstool_config.schema.json\n" # noqa: E501
4949

5050
def __init__(self, *args: Any, **kwargs: Any) -> None:
5151
super().__init__(*args, **kwargs)

0 commit comments

Comments
 (0)