Update the Swagger definitions using pre-commit run --all-files. As the devcontainer applies the Pre-Commit hooks, this fails unless I run with --no-verify (which is a pain). We should either have these updated definitions or remove the Pre-Commit hooks.
Description
Update the Swagger definitions using
pre-commit run --all-files
. As the devcontainer applies the Pre-Commit hooks, this fails unless I run with--no-verify
(which is a pain). We should either have these updated definitions or remove the Pre-Commit hooks.Related Issue(s)
Fixes #
How to test