Skip to content

Commit

Permalink
fix: add mirascope as dev dependency for mypy linting
Browse files Browse the repository at this point in the history
  • Loading branch information
willbakst committed Apr 16, 2024
1 parent 02ab95d commit 8d8ff06
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 8 deletions.
204 changes: 196 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ typer = { version = ">=0.9.0,<1.0.0", extras = ["all"] }
Jinja2 = "^3.1.3"

[tool.poetry.group.dev.dependencies]
mirascope = ">=0.9.1,<1.0.0"
mypy = "^1.6.1"
pytest = "^7.4.0"
ruff = "^0.1.5"
Expand Down

0 comments on commit 8d8ff06

Please sign in to comment.