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

Added inline type annotations to Babel #934

Merged
merged 34 commits into from Jan 11, 2023
Merged

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    553aea9 View commit details
    Browse the repository at this point in the history
  2. more dates types

    DenverCoder1 committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    7b59f48 View commit details
    Browse the repository at this point in the history
  3. more dates types

    DenverCoder1 committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    9534bee View commit details
    Browse the repository at this point in the history
  4. more dates types

    DenverCoder1 committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    105c673 View commit details
    Browse the repository at this point in the history
  5. More types for dates

    DenverCoder1 committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    7ba273c View commit details
    Browse the repository at this point in the history
  6. Add some numbers types

    DenverCoder1 committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    42ac91d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63e37ed View commit details
    Browse the repository at this point in the history
  8. More type annotations

    DenverCoder1 committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    483029f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    00e15bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b663dc1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a8d195e View commit details
    Browse the repository at this point in the history
  12. Update support imports

    DenverCoder1 committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    941f009 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a0c53c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    90032bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c8b3d3 View commit details
    Browse the repository at this point in the history
  3. Fix import order

    DenverCoder1 committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    298a8c1 View commit details
    Browse the repository at this point in the history
  4. style: formatting

    DenverCoder1 committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    5f10d90 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    c07ed4d View commit details
    Browse the repository at this point in the history
  2. Infer additional types

    DenverCoder1 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    89d60c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    6ea0042 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Configuration menu
    Copy the full SHA
    9886da9 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Add babel.messages annotations

    Mostly from python/typeshed#9455
    
    Co-authored-by: Spencer Brown <spencerb21@live.com>
    DenverCoder1 and TeamSpen210 committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    132a9a4 View commit details
    Browse the repository at this point in the history
  2. Update .coveragerc

    DenverCoder1 committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    32bbc9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d27288c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Apply suggestions from code review

    Co-authored-by: Aarni Koskela <akx@iki.fi>
    DenverCoder1 and akx committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    c2fe354 View commit details
    Browse the repository at this point in the history
  2. Changes from code review

    * Added more type annotations to checkers.py
    * Changed str to Final[str]
    * Added parse_template_string option
    * Type aliases for extraction results
    DenverCoder1 committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    25dbcb2 View commit details
    Browse the repository at this point in the history
  3. Code changes from review

    * Fix Final on Python 3.7 (use typing_extensions)
    * Change po fileobj type
    * overload get_territory_currencies return type
    DenverCoder1 committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    621cd16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c868813 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1409b14 View commit details
    Browse the repository at this point in the history
  6. Add coverage ignore

    DenverCoder1 committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    fc1f1ff View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    d0cb966 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3beb51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05f690f View commit details
    Browse the repository at this point in the history
  4. Pre-commit fixes

    DenverCoder1 committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    c17f6c5 View commit details
    Browse the repository at this point in the history