Takashi Kajinami 3e2d7a2094 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.

pep8 errors are fixed by
 $ autopep8 --select=E127,E128,E501 --max-line-length 79 -r \
    --in-place automaton

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

Change-Id: Ic81c8d6f1270895437132bfccd676c79e6dfce30
2025-02-10 22:14:05 +09:00
..
2023-09-07 09:35:33 +00:00
2023-09-07 09:35:33 +00:00
2017-01-20 19:14:58 +00:00
2017-07-28 21:02:50 +00:00
2018-01-24 17:58:52 +00:00
2018-07-26 12:32:31 +00:00
2019-03-18 14:37:52 +00:00
2019-09-20 16:19:06 +00:00
2020-04-14 10:11:26 +00:00