update pre-commit version pins

This change bumps to the latest version of each
of our pre-commit hooks. Of note this add py3.13
support to autopep8.

Codespell was also updated and the new spelling
issues resolved.

Change-Id: I1aab019ffb0ee9366a7d26515bef1335d09044df
This commit is contained in:
Sean Mooney
2025-05-08 23:29:13 +01:00
parent 023be4f561
commit 87c0c201a3
7 changed files with 10 additions and 10 deletions
@@ -5,7 +5,7 @@ fixes:
application that it hosts. As a result when the nova api or metadata api
where run under mod_wsgi it was not possible to use multiple config files
or non-default file names i.e. nova-api.conf
This has been addressed by the intoduction of a new, optional, environment
This has been addressed by the introduction of a new, optional, environment
variable ``OS_NOVA_CONFIG_FILES``. ``OS_NOVA_CONFIG_FILES`` is a ``;``
separated list of file path relitive to ``OS_NOVA_CONFIG_DIR``.
When unset the default ``api-paste.ini`` and ``nova.conf`` will be used