Takashi Kajinami 0827580347 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 osprofiler

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

Change-Id: Id5028ca9fbb04d6dad9729bc13fe71ab8b391138
2025-02-10 22:15:53 +09:00
..
2022-05-27 14:04:22 +02:00
2017-01-20 19:16:16 +00:00
2017-07-28 21:06:02 +00:00
2018-01-24 18:09:49 +00:00
2018-07-26 12:41:30 +00:00
2019-03-18 14:48:15 +00:00
2019-09-20 16:42:30 +00:00
2020-04-14 10:19:28 +00:00