File tree Expand file tree Collapse file tree
src/reqstool_python_hatch_plugin/build_hooks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ classifiers = [
2626requires-python = " >=3.10"
2727
2828dependencies = [
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]
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments