mirror of
https://github.com/langgenius/dify.git
synced 2026-09-08 11:04:27 +08:00
docs(api): Fix reformat script path in api/README.md (#41658)
This commit is contained in:
parent
621ab7d19b
commit
b3b92f11af
@ -96,7 +96,7 @@ The scripts resolve paths relative to their location, so you can run them from a
|
|||||||
uv run pytest tests/integration_tests/ # Integration tests
|
uv run pytest tests/integration_tests/ # Integration tests
|
||||||
|
|
||||||
# Code quality
|
# Code quality
|
||||||
./dev/reformat # Run all formatters and linters
|
../dev/reformat # Run all formatters and linters
|
||||||
uv run ruff check --fix ./ # Fix linting issues
|
uv run ruff check --fix ./ # Fix linting issues
|
||||||
uv run ruff format ./ # Format code
|
uv run ruff format ./ # Format code
|
||||||
uv run pyrefly check # Type checking
|
uv run pyrefly check # Type checking
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user