Skip to content

Commit

Permalink
add pydantic plugin for prefect
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jul 1, 2024
1 parent 9c69019 commit 79e3fae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mypy_primer/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,9 @@ def get_projects() -> list[Project]:
"types-pytz",
"cryptography",
"SQLAlchemy",
"pydantic",
],
needs_mypy_plugins=True,
expected_mypy_success=True,
cost={"pyright": 60},
),
Expand Down

0 comments on commit 79e3fae

Please sign in to comment.