oslo.concurrency/oslo_concurrency
Takashi Kajinami 1f5ba0ca87 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: I9d54c11642acb341cc5db1267f5a91d4740f932c
2024-10-21 19:21:49 +09:00
..
fixture Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 19:21:49 +09:00
locale Imported Translations from Zanata 2022-06-21 03:42:17 +00:00
tests Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 19:21:49 +09:00
__init__.py Move out of the oslo namespace package 2014-11-14 17:17:25 -05:00
_i18n.py Remove log translations 2017-07-11 02:40:05 +00:00
lockutils.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 19:21:49 +09:00
opts.py Update hacking version 2019-01-21 19:32:38 -05:00
prlimit.py Remove references to 'sys.version_info' 2021-04-27 02:53:57 +00:00
processutils.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 19:21:49 +09:00
version.py pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) 2017-02-06 12:49:22 -05:00
watchdog.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 19:21:49 +09:00