Skip to content

Commit

Permalink
fix prefect
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jul 1, 2024
1 parent 79e3fae commit cb5d124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy_primer/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def get_projects() -> list[Project]:
),
Project(
location="https://github.com/PrefectHQ/prefect",
mypy_cmd="{mypy} src",
mypy_cmd="{mypy} src/prefect --exclude conftest.py",
pyright_cmd="{pyright} src",
deps=[
"types-python-dateutil",
Expand Down

0 comments on commit cb5d124

Please sign in to comment.