whereto/whereto
Takashi Kajinami f6592d2e42 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: I03025adae5df96058ad3364c9ac17e899a600f7b
2024-10-24 23:08:20 +09:00
..
tests Run pyupgrade to clean up Python 2 syntaxes 2024-10-24 23:08:20 +09:00
__init__.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-24 23:08:20 +09:00
app.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-24 23:08:20 +09:00
parser.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-24 23:08:20 +09:00
rules.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-24 23:08:20 +09:00