]> git.ipfire.org Git - thirdparty/babel.git/commit
Apply ruff UP025 (unicode literal prefix) fix
authorAarni Koskela <akx@iki.fi>
Wed, 18 Jan 2023 18:59:35 +0000 (20:59 +0200)
committerAarni Koskela <akx@iki.fi>
Wed, 18 Jan 2023 19:20:51 +0000 (21:20 +0200)
commit5f7580d40523ce8aa67f51a3eb941dc81faa47f2
treefd92fba1f801935c8e21bbfa601c98e74890fa75
parent65d9ae36ecb9d4a4691ffb9f21f3ff11e6ff5739
Apply ruff UP025 (unicode literal prefix) fix
22 files changed:
babel/dates.py
babel/messages/catalog.py
babel/messages/frontend.py
babel/messages/jslexer.py
babel/messages/pofile.py
babel/numbers.py
docs/conf.py
pyproject.toml
scripts/import_cldr.py
tests/messages/test_catalog.py
tests/messages/test_extract.py
tests/messages/test_js_extract.py
tests/messages/test_jslexer.py
tests/messages/test_mofile.py
tests/messages/test_pofile.py
tests/test_core.py
tests/test_date_intervals.py
tests/test_dates.py
tests/test_lists.py
tests/test_numbers.py
tests/test_support.py
tests/test_util.py