From 440f22031ee1613861d9b8ba1df361cf7bc58572 Mon Sep 17 00:00:00 2001 From: Quigley Malcolm Date: Fri, 12 May 2023 13:38:51 -0700 Subject: [PATCH] Add extra typing dependencies to help mypy --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 35565a2d..063afbf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,9 @@ dependencies = [ "ruff~=0.0.260", "mypy~=1.1.1", "pytest~=7.3.0", + "types-jsonschema==3.2.0", + "types-python-dateutil", + "types-PyYAML~=6.0" ] [tool.hatch.envs.pre-commit.scripts]