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 support for PEP-593 Annotated for specifying options and arguments #584

Merged
merged 12 commits into from
May 2, 2023

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    afb04f9 View commit details
    Browse the repository at this point in the history
  2. Revert things I did to get a 3.6 virtualenv 😅

    A lot of the dev dependency packages weren't installable on 3.6, so I
    had to remove them from the pyproject.toml.
    
    This commit adds them back
    ryangalamb committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    1398fa0 View commit details
    Browse the repository at this point in the history
  3. Fix mypy/lint errors

    ryangalamb committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    1deb8aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    452fc6f View commit details
    Browse the repository at this point in the history
  5. Missed a spot

    ryangalamb committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    4c0d058 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    104cfdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce53b7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95548f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c119a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc721a7 View commit details
    Browse the repository at this point in the history
  6. 🔀 Merge master

    tiangolo committed May 2, 2023
    Configuration menu
    Copy the full SHA
    83cce68 View commit details
    Browse the repository at this point in the history
  7. ✅ Fix tests for Click 7

    tiangolo committed May 2, 2023
    Configuration menu
    Copy the full SHA
    ba312c5 View commit details
    Browse the repository at this point in the history