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
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
553aea9
types for core, localedata, some of dates
DenverCoder1 Dec 2, 2022
7b59f48
more dates types
DenverCoder1 Dec 4, 2022
9534bee
more dates types
DenverCoder1 Dec 4, 2022
105c673
more dates types
DenverCoder1 Dec 4, 2022
7ba273c
More types for dates
DenverCoder1 Dec 4, 2022
42ac91d
Add some numbers types
DenverCoder1 Dec 4, 2022
63e37ed
more numbers type annotations
DenverCoder1 Dec 4, 2022
483029f
More type annotations
DenverCoder1 Dec 4, 2022
00e15bb
type annotations for units, util
DenverCoder1 Dec 4, 2022
b663dc1
Formatting and small fixes
DenverCoder1 Dec 4, 2022
a8d195e
Make typing_extensions only required for type checking
DenverCoder1 Dec 4, 2022
941f009
Update support imports
DenverCoder1 Dec 4, 2022
a0c53c1
finish support, plural update
DenverCoder1 Dec 4, 2022
90032bf
Add more type annotations to plural.py
DenverCoder1 Dec 5, 2022
6c8b3d3
More localtime annotations
DenverCoder1 Dec 5, 2022
298a8c1
Fix import order
DenverCoder1 Dec 5, 2022
5f10d90
style: formatting
DenverCoder1 Dec 5, 2022
c07ed4d
Retype from typeshed stubs
DenverCoder1 Dec 15, 2022
89d60c0
Infer additional types
DenverCoder1 Dec 15, 2022
6ea0042
Add types to get_global()
DenverCoder1 Dec 16, 2022
9886da9
Merge branch 'master' into typing
DenverCoder1 Dec 26, 2022
132a9a4
Add babel.messages annotations
DenverCoder1 Jan 6, 2023
32bbc9e
Update .coveragerc
DenverCoder1 Jan 6, 2023
d27288c
Merge branch 'master' into typing
DenverCoder1 Jan 6, 2023
c2fe354
Apply suggestions from code review
DenverCoder1 Jan 8, 2023
25dbcb2
Changes from code review
DenverCoder1 Jan 8, 2023
621cd16
Code changes from review
DenverCoder1 Jan 8, 2023
c868813
Remove less specific list type in get_territory_currencies
DenverCoder1 Jan 8, 2023
1409b14
Fix coverage on overloads
DenverCoder1 Jan 8, 2023
fc1f1ff
Add coverage ignore
DenverCoder1 Jan 8, 2023
d0cb966
Change IO[bytes] | IO[str] to IO[AnyStr]
DenverCoder1 Jan 11, 2023
c3beb51
Merge branch 'master' into typing
DenverCoder1 Jan 11, 2023
05f690f
Merge branch 'master' into typing
DenverCoder1 Jan 11, 2023
c17f6c5
Pre-commit fixes
DenverCoder1 Jan 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .coveragerc
Expand Up @@ -3,3 +3,4 @@ exclude_lines =
NotImplemented
pragma: no cover
warnings.warn
if TYPE_CHECKING: