oslo.serialization/oslo_serialization
Takashi Kajinami 8e0c8fd0fd 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: I5877d92d238f2d5acd8e364c32fff6bde114171a
2024-10-21 19:24:33 +09:00
..
serializer Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 19:24:33 +09:00
tests Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 19:24:33 +09:00
__init__.py Move files out of the namespace package 2015-01-05 15:40:06 -05:00
base64.py Stop to use the __future__ module. 2020-06-02 20:40:37 +02:00
jsonutils.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 19:24:33 +09:00
msgpackutils.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 19:24:33 +09:00