diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-12 15:20:32 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-12 15:20:32 -0500 |
| commit | 0b0d962eb9cf6e41f840a65d3718c4d0a12eeb54 (patch) | |
| tree | 59a0b29d70c3a3bbbac4748d9d906d1cb67bb906 /website | |
| parent | 9240f9b57f464318802030033e10f7a6250d5506 (diff) | |
Revert "Rewrite tools/format.py in deno (#1528)" (#1752)
tools/format.ts is making CI flaky and it's difficult to run right now.
Reverting to tools/format.py
This reverts commit f19622e7681b7753788137706e535f72c3ebb38e.
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` |
