Add OpenStack request-body schemas and nested console PARAM sync.

This commit is contained in:
2026-07-18 08:47:16 +03:00
parent 6033967e6a
commit 2a8ce3a287
101 changed files with 150428 additions and 612 deletions
+2
View File
@@ -49,6 +49,8 @@ select = ["E", "F", "I", "UP", "B", "ASYNC", "S", "RUF"]
[tool.ruff.lint.per-file-ignores]
"tests/**/*.py" = ["S101", "S105"]
"tools/os_api_inventory/request_body_catalog.py" = ["E501"]
"tools/os_api_inventory/import_openapi_bodies.py" = ["S310"]
[tool.mypy]
python_version = "3.13"