Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ format: ## Format the code into unified format
uv run black --line-length 88 src tests
uv run ruff check src tests --fix

schema: ## Generate OpenAPI schema file
schema: ## Generate OpenAPI schema file stored in docs subdirectory
uv run scripts/generate_openapi_schema.py docs/openapi.json

openapi-doc: docs/openapi.json scripts/fix_openapi_doc.py ## Generate OpenAPI documentation
Expand Down
64 changes: 32 additions & 32 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading