From 3abbb2b617dab0854fc74fe75d6ece86ae10e5d1 Mon Sep 17 00:00:00 2001 From: Eddasol Date: Tue, 14 Jan 2025 09:17:32 +0100 Subject: [PATCH] Add type packages for mypy to pyproject --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 10c0d1e6..eac61c55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,6 +69,8 @@ dev = [ "pytest", "requests-mock", "ruff", + "types-PyYAML", + "types-requests", ] [tool.setuptools_scm]