Skip to content

Commit

Permalink
Add extra typing dependencies to help mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm committed May 12, 2023
1 parent 67a1c93 commit 440f220
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 440f220

Please sign in to comment.