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

fix: explicitly mark exported names #484

Merged

Conversation

KSmanis
Copy link
Contributor

@KSmanis KSmanis commented Jun 25, 2022

Fixes compatibility with the --no-implicit-reexport mypy flag in
downstream projects. The flag is commonly turned on when the downstream
project makes use of mypy strict mode.

Signed-off-by: Konstantinos Smanis [email protected]

Fixes compatibility with the [`--no-implicit-reexport`][1] mypy flag in
downstream projects. The flag is commonly turned on when the downstream
project makes use of mypy [strict mode][2].

[1]: https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-no-implicit-reexport
[2]: https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-strict

Signed-off-by: Konstantinos Smanis <[email protected]>
@vimalloc vimalloc merged commit 47c5d92 into vimalloc:master Jun 27, 2022
@vimalloc
Copy link
Owner

Thank you!

@KSmanis KSmanis deleted the fix/explicitly-mark-exported-names branch June 27, 2022 17:39
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

Successfully merging this pull request may close these issues.

2 participants