docs(api): Fix reformat script path in api/README.md (#41658)

This commit is contained in:
Jean-Rémi Larcelet-Prost 2026-09-04 09:28:03 +02:00 committed by GitHub
parent 621ab7d19b
commit b3b92f11af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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