From b3b92f11afba93859edb00fcc0addda5cf26adbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-R=C3=A9mi=20Larcelet-Prost?= Date: Fri, 4 Sep 2026 09:28:03 +0200 Subject: [PATCH] docs(api): Fix reformat script path in api/README.md (#41658) --- api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/README.md b/api/README.md index b41ee99b090..47ade969b93 100644 --- a/api/README.md +++ b/api/README.md @@ -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 # 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 format ./ # Format code uv run pyrefly check # Type checking