diff options
Diffstat (limited to 'website')
| -rw-r--r-- | website/manual.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/website/manual.md b/website/manual.md index 96f3b7971..dbc2f9114 100644 --- a/website/manual.md +++ b/website/manual.md @@ -137,8 +137,7 @@ cd deno ./tools/test.py # Format code. -# TODO: set PYTHONPATH in format.ts when run API has env option. -PYTHONPATH=third_party/python_packages deno ./tools/format.ts --allow-read --allow-run +./tools/format.py ``` #### Prerequisites @@ -612,9 +611,7 @@ Before submitting, please make sure the following is done: 1. There are tests that cover the changes. 2. Ensure `./tools/test.py` passes. -3. Format your code with - `PYTHONPATH=third_party/python_packages deno ./tools/format.ts --allow-read --allow-run`. - <!-- TODO: set PYTHONPATH in format.ts when run API has env option --> +3. Format your code with `tools/format.py` 4. Make sure `./tools/lint.py` passes. ### Changes to `third_party` |
