From 342c0a228513a9e3ee8d6cf24980fbac297c8b8a Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Mon, 27 Jan 2025 11:44:23 +0000 Subject: [PATCH] Add type hints for pyyaml --- poetry.lock | 13 ++++++++++++- pyproject.toml | 1 + 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 81ccfbd..243a479 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1914,6 +1914,17 @@ files = [ {file = "types_psutil-6.1.0.20241221.tar.gz", hash = "sha256:600f5a36bd5e0eb8887f0e3f3ff2cf154d90690ad8123c8a707bba4ab94d3185"}, ] +[[package]] +name = "types-pyyaml" +version = "6.0.12.20241230" +description = "Typing stubs for PyYAML" +optional = false +python-versions = ">=3.8" +files = [ + {file = "types_PyYAML-6.0.12.20241230-py3-none-any.whl", hash = "sha256:fa4d32565219b68e6dee5f67534c722e53c00d1cfc09c435ef04d7353e1e96e6"}, + {file = "types_pyyaml-6.0.12.20241230.tar.gz", hash = "sha256:7f07622dbd34bb9c8b264fe860a17e0efcad00d50b5f27e93984909d9363498c"}, +] + [[package]] name = "typing-extensions" version = "4.12.2" @@ -2013,4 +2024,4 @@ test = ["websockets"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "94063118cd16cccab06528272e7c3f50feed433c747d299647616db4d288743a" +content-hash = "1478ec9048556c89e0105036fa1de472f7f9b5205d9d90de9aee34506ce5c753" diff --git a/pyproject.toml b/pyproject.toml index 1851e5b..0418318 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ pyqt6-webengine = "^6.8.0" fuzzywuzzy = "^0.18.0" python-levenshtein = "^0.26.1" pyyaml = "^6.0.2" +types-pyyaml = "^6.0.12.20241230" [tool.poetry.dev-dependencies] ipdb = "^0.13.9"