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

argparse: Forbid invalid type and choices combinations #12211

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    0e823a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9c2449 View commit details
    Browse the repository at this point in the history
  3. Use ArgumentParser in tests

    srittau committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a987bdf View commit details
    Browse the repository at this point in the history
  4. Fix Never import

    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    srittau and AlexWaygood committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    600e164 View commit details
    Browse the repository at this point in the history
  5. Remove redundant overload

    srittau committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    505dff2 View commit details
    Browse the repository at this point in the history
  6. Shuffle overloads around

    srittau committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7bf8d18 View commit details
    Browse the repository at this point in the history
  7. Allow None choices

    srittau committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    96fe166 View commit details
    Browse the repository at this point in the history