oslo.versionedobjects/oslo_versionedobjects
Takashi Kajinami c50057eb8d Run pyupgrade to clean up Python 2 syntaxes
Update all .py source files by
 $ pyupgrade --py3-only $(git ls-files | grep ".py$")
to modernize the code according to Python 3 syntaxes.

Also add the pyupgrade hook to pre-commit to avoid merging additional
Python 2 syntaxes.

Change-Id: Ia14b0f9ed4268677a77b557f04495655162f040e
2024-10-24 10:13:23 +09:00
..
examples Run pyupgrade to clean up Python 2 syntaxes 2024-10-24 10:13:23 +09:00
locale/en_GB/LC_MESSAGES Imported Translations from Zanata 2020-05-22 09:23:21 +00:00
tests Run pyupgrade to clean up Python 2 syntaxes 2024-10-24 10:13:23 +09:00
__init__.py Update to the latest version of hacking 2015-04-03 14:08:13 +00:00
_i18n.py Remove log translations 2017-12-29 11:31:37 -06:00
_options.py make configuration options discoverable 2015-09-24 20:07:03 +00:00
_utils.py Handle TZ change in iso8601 >=0.1.12 2018-01-24 03:00:51 +00:00
base.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-24 10:13:23 +09:00
exception.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-24 10:13:23 +09:00
fields.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-24 10:13:23 +09:00
fixture.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-24 10:13:23 +09:00
test.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-24 10:13:23 +09:00