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
+1 -1
View File
@@ -492,7 +492,7 @@ to create your first cell. We can create a new cell record using
targeted at a specific cell.
You can repeat this step for each cell you wish to add to your deployment. Your
existing cell database will be re-used - this simply informs the top-level API
existing cell database will be reused - this simply informs the top-level API
database about your existing cell databases.
Once you've created your new cell, use :program:`nova-manage cell_v2
+1 -1
View File
@@ -241,7 +241,7 @@ FAQs
- Can upgrade checks be backported?
Sometimes upgrade checks can be backported to aid in pre-empting bugs on
Sometimes upgrade checks can be backported to aid in preempting bugs on
stable branches. For example, a check was added for `bug 1759316`__ in Rocky
which was also backported to stable/queens in case anyone upgrading from Pike
to Queens would hit the same issue. Backportable checks are generally only