oslo.metrics/releasenotes
Takashi Kajinami b3eb108ad3 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: Ieaccbf47ceccade0bd109f42769e42bca0edd0f4
2025-01-13 14:34:57 +00:00
..
2024-10-24 18:06:07 +09:00