oslo.limit/oslo_limit
Takashi Kajinami 585d49fa30 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: I1f005fa2c925612ebfd97d0ca9c2727a4d162523
2024-10-21 10:50:36 +00:00
..
tests Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 10:50:36 +00:00
__init__.py Init repo 2018-05-17 18:06:06 +08:00
_i18n.py ADD i18n file 2018-07-30 16:15:03 +08:00
exception.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 10:50:36 +00:00
fixture.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 10:50:36 +00:00
limit.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 10:50:36 +00:00
opts.py oslo-config-generator: Fix ValueError 2022-02-28 01:27:50 +09:00