oslo.versionedobjects/releasenotes
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
..
notes Remove Python 3.8 support 2024-10-16 01:22:06 +00:00
source Run pyupgrade to clean up Python 2 syntaxes 2024-10-24 10:13:23 +09:00