keystone/devstack/tools/oidc
Artem Goncharov aaf0cc8fae Enable pyupgrade
pyupgrade is a tool (and pre-commit hook) to automatically upgrade
syntax for newer versions of the language. It helps getting rid of
syntax required for older python versions not supported anymore and
prepare us for easier support of newer python versions. The tool is
already used in some other OpenStack projects, so it is time to start
using it also for Keystone.

The change is generated by uncommenting the pre-commit hook and
executing `pre-commit run -a` to convert the data. The same could be
also achieved by simply trying to commit and adding converted files in
few iterations.

Change-Id: Ia1f64709e57ebb4e44db128bfea4c5957b2071df
2024-07-26 11:43:25 +02:00
..
__init__.py Add oidc federation test setup 2023-01-30 12:28:45 -06:00
docker-compose.yaml Add oidc federation test setup 2023-01-30 12:28:45 -06:00
setup_keycloak_client.py Enable pyupgrade 2024-07-26 11:43:25 +02:00