Skip to content

fix: explicitly mark exported names#484

Merged
vimalloc merged 1 commit intovimalloc:masterfrom
KSmanis:fix/explicitly-mark-exported-names
Jun 27, 2022
Merged

fix: explicitly mark exported names#484
vimalloc merged 1 commit intovimalloc:masterfrom
KSmanis:fix/explicitly-mark-exported-names

Conversation

@KSmanis
Copy link
Copy Markdown
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 konstantinos.smanis@gmail.com

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 <konstantinos.smanis@gmail.com>
@vimalloc vimalloc merged commit 47c5d92 into vimalloc:master Jun 27, 2022
@vimalloc
Copy link
Copy Markdown
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