oslo.rootwrap/doc/source
Takashi Kajinami 863f06f1a6 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.

pep8 errors are fixed by
 $ autopep8 --select=E127,E128,E501 --max-line-length 79 -r \
    --in-place oslo_rootwrap

Also add the pyupgrade hook to pre-commit to avoid merging additional
Python 2 syntaxes.

Change-Id: I5964917e735e11f9979ee95e92243bf012edcdbf
2024-10-21 19:56:49 +09:00
..
contributor rearrange existing documentation to fit the new standard layout 2017-07-08 22:27:12 +00:00
install rearrange existing documentation to fit the new standard layout 2017-07-08 22:27:12 +00:00
user Always close all passed in fds beyond sensible_fd_limit on launch 2019-03-23 11:30:30 +01:00
conf.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 19:56:49 +09:00
index.rst Add release notes links to doc index 2020-04-16 17:36:15 +02:00