Skip to content

Commit f35b472

Browse files
Document python3-based local quality commands
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 7c1d1f5 commit f35b472

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,16 +233,17 @@ except HyperbrowserTimeoutError:
233233

234234
```bash
235235
pip install -e . pytest ruff build
236-
python -m ruff check .
237-
python -m ruff format --check .
238-
python -m pytest -q
239-
python -m build
236+
python3 -m ruff check .
237+
python3 -m ruff format --check .
238+
python3 -m pytest -q
239+
python3 -m build
240240
```
241241

242242
Or use Make targets:
243243

244244
```bash
245245
make install
246+
make architecture-check
246247
make check
247248
make ci
248249
```

0 commit comments

Comments
 (0)