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

Recommend using PEP 585 #5055

Merged
merged 4 commits into from
Feb 24, 2021
Merged

Commits on Feb 23, 2021

  1. Remove conventions enforced by black

    Remove old note about optional default arguments (now part of
    PEP 484 and enforced by CI)
    srittau committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    dcd8764 View commit details
    Browse the repository at this point in the history
  2. Recommend to use PEP 585

    srittau committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    1d2d233 View commit details
    Browse the repository at this point in the history
  3. Try out using collections.abc

    srittau committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    a935e04 View commit details
    Browse the repository at this point in the history
  4. Reference mypy bug

    srittau committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    74ccb40 View commit details
    Browse the repository at this point in the history