]> git.ipfire.org Git - thirdparty/babel.git/commit
Add type annotations (#934)
authorJonah Lawrence <jonah@freshidea.com>
Wed, 11 Jan 2023 08:54:11 +0000 (01:54 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Jan 2023 08:54:11 +0000 (08:54 +0000)
commit53637ddbacaef2474429b22176091a362ce6567f
tree45318cc88faad0c81935f0ae4a99c3437e7aca4e
parent61097845764f5a6afc2251172168e1b1732b290f
Add type annotations (#934)

Refs e.g. https://github.com/python/typeshed/pull/9455

Co-authored-by: Spencer Brown <spencerb21@live.com>
Co-authored-by: Aarni Koskela <akx@iki.fi>
22 files changed:
.coveragerc
babel/core.py
babel/dates.py
babel/languages.py
babel/lists.py
babel/localedata.py
babel/localtime/__init__.py
babel/localtime/_unix.py
babel/localtime/_win32.py
babel/messages/catalog.py
babel/messages/checkers.py
babel/messages/extract.py
babel/messages/jslexer.py
babel/messages/mofile.py
babel/messages/plurals.py
babel/messages/pofile.py
babel/numbers.py
babel/plural.py
babel/py.typed [new file with mode: 0644]
babel/support.py
babel/units.py
babel/util.py