We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045ef0e commit 5e57fd6Copy full SHA for 5e57fd6
1 file changed
Makefile
@@ -156,7 +156,7 @@ format: ## Format the code into unified format
156
uv run black --line-length 88 src tests
157
uv run ruff check src tests --fix
158
159
-schema: ## Generate OpenAPI schema file
+schema: ## Generate OpenAPI schema file stored in docs subdirectory
160
uv run scripts/generate_openapi_schema.py docs/openapi.json
161
162
openapi-doc: docs/openapi.json scripts/fix_openapi_doc.py ## Generate OpenAPI documentation
0 commit comments