Skip to content

[nit] reorder the experimental features in command_line.rst#20171

Open
wyattscarpenter wants to merge 4 commits intopython:masterfrom
wyattscarpenter:exp_order
Open

[nit] reorder the experimental features in command_line.rst#20171
wyattscarpenter wants to merge 4 commits intopython:masterfrom
wyattscarpenter:exp_order

Conversation

@wyattscarpenter
Copy link
Contributor

@wyattscarpenter wyattscarpenter commented Nov 3, 2025

The documentation lists these in the order PreciseTupleTypes,InlineTypedDict, but mypy --help lists them in the order InlineTypedDict,PreciseTupleTypes. This updates the documentation to match the --help listing (including putting the descriptions in the same order as the names). This is the superior order, because it is alphabetical. Therefore, people will know where to look. This is sorted on purpose in the --help code, by the way; it's not just a coincidence.

outdated claim I notice that mypy --help now also lists TypeForm as an enablable experimental feature. This PR does not document that, but if anyone ever does, I sure know where they should put that section relative to these other two items!

@wyattscarpenter wyattscarpenter marked this pull request as ready for review November 3, 2025 12:30
@dhanusharer
Copy link

Hi! I’ve opened a PR to add documentation explaining the two-step dependency installation process used in action.yml.

PR: #20996

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants