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

Add missing properties to mypy schema #4088

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

jakobsen
Copy link
Contributor

Add disable_bytearray_promotion, disable_memoryview_promotion and enable_incomplete_feature to the mypy schema.

The two first properties are undocumented, but are discussed in this PR: python/mypy#13952

The latter option is described in the mypy documentation: https://mypy.readthedocs.io/en/stable/command_line.html#enabling-incomplete-experimental-features

This PR closes #3933.

Add `disable_bytearray_promotion`, `disable_memoryview_promotion` and
`enable_incomplete_feature` to the mypy schema.

The two first properties are undocumented, but are discussed in this
PR: python/mypy#13952

The latter option is described in the mypy documentation:
https://mypy.readthedocs.io/en/stable/command_line.html#enabling-incomplete-experimental-features

This PR closes #3933.
Copy link
Contributor

Thanks for the PR!

This section of the codebase is owned by @madskristensen and @hyperupcall - if they write a comment saying "LGTM" then it will be merged.

@madskristensen madskristensen merged commit 7aef5ae into SchemaStore:master Sep 20, 2024
4 checks passed
@madskristensen
Copy link
Contributor

Thanks

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.

Mypy missing disable_bytearray_promotion, disable_memoryview_promotion, and enable_incomplete_feature
2 participants