Takashi Kajinami 1fe445863e 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: I42f1312e43167dd727e2004250c16e9c4a8ee934
2025-01-13 13:42:50 +09:00
..
2022-05-27 12:40:19 +02:00
2017-01-20 19:16:13 +00:00
2017-07-28 21:05:59 +00:00
2018-01-24 18:09:33 +00:00
2018-07-26 12:41:16 +00:00
2019-03-18 14:48:01 +00:00
2019-09-20 16:41:58 +00:00
2020-04-14 10:19:09 +00:00