oslo.middleware/oslo_middleware/healthcheck
Takashi Kajinami 06123454ef 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: I904e16214939a52e42ca509ea5d5e06d59b18503
2024-10-21 19:25:12 +09:00
..
__init__.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 19:25:12 +09:00
__main__.py Drop use of six 2020-05-06 07:12:09 -05:00
disable_by_file.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 19:25:12 +09:00
enable_by_files.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 19:25:12 +09:00
opts.py Add a enabled by files healthcheck plugin 2024-07-03 15:55:15 +02:00
pluginbase.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 19:25:12 +09:00