Update contribution_guide.md (#3452)

This commit is contained in:
Ying Sheng
2025-02-09 20:53:47 -08:00
committed by GitHub
parent 36f6fc5093
commit 52a492a16e

View File

@@ -22,6 +22,7 @@ We use [pre-commit](https://pre-commit.com/) to maintain consistent code style c
```bash
pip3 install pre-commit
pre-commit install
pre-commit run --all-files
```