]> git.ipfire.org Git - thirdparty/babel.git/commit
Apply ruff I category fixes
authorAarni Koskela <akx@iki.fi>
Wed, 18 Jan 2023 18:07:31 +0000 (20:07 +0200)
committerAarni Koskela <akx@iki.fi>
Wed, 18 Jan 2023 19:20:51 +0000 (21:20 +0200)
commit3fb72cea613ba05480a9027aa927d2c8b817d693
treedd17d47cc814123a5e4a3e3dad212d9acf3c0b4e
parent67870e3ce54d6b0a61900e2436f3ffdfa4d6a83d
Apply ruff I category fixes
37 files changed:
babel/dates.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/frontend.py
babel/messages/jslexer.py
babel/messages/plurals.py
babel/messages/pofile.py
babel/numbers.py
babel/support.py
babel/util.py
docs/conf.py
pyproject.toml
scripts/download_import_cldr.py
scripts/dump_data.py
scripts/dump_global.py
scripts/generate_authors.py
scripts/import_cldr.py
setup.py
tests/conftest.py
tests/messages/test_catalog.py
tests/messages/test_frontend.py
tests/messages/test_js_extract.py
tests/messages/test_mofile.py
tests/messages/test_pofile.py
tests/test_core.py
tests/test_dates.py
tests/test_day_periods.py
tests/test_localedata.py
tests/test_numbers.py
tests/test_plural.py
tests/test_smoke.py
tests/test_support.py
tests/test_util.py