Skip to content

Commit

Permalink
πŸ’š work around mypy not understanding editable stub packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Dec 3, 2024
1 parent 7a531f2 commit 02bf49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pre-commit = "pre-commit run --all-files"
tox = "tox -p all"

_test_bpr = "basedpyright tests"
_test_mypy = "mypy --config-file=pyproject.toml tests"
_test_mypy = "uv run --no-editable --isolated mypy --config-file=pyproject.toml tests"
typetest = ["_test_bpr", "_test_mypy"]

[tool.poe.tasks.pyright]
Expand Down

0 comments on commit 02bf49a

Please sign in to comment.