Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(🎁) make basedtyping work when using basedmypy #551

Open
KotlinIsland opened this issue Dec 9, 2023 · 0 comments
Open

(🎁) make basedtyping work when using basedmypy #551

KotlinIsland opened this issue Dec 9, 2023 · 0 comments

Comments

@KotlinIsland
Copy link
Contributor

It doesn't work because mypy is invoked with --no-site-packages, which makes basedtyping unavailable.

Maybe we could modify mypy_path or move/copy the package somewhere so that basedmypy will find it.

The reason mypy_extensions works is because it is hardcoded in mypy/typeshed, and I have no intention of doing the same with basedtyping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant