Skip to content

Commit 9008878

Browse files
authored
Update README.md
1 parent c958e2c commit 9008878

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,16 @@ Currently, the NVS benchmakr is included in the reconstruction benchmark script,
3838
Please refer to [Angular's guide](https://github.com/angular/angular/blob/22b96b96902e1a42ee8c5e807720424abad3082a/CONTRIBUTING.md) for contributing.
3939

4040
### Formatting
41-
We use [Ruff](https://github.com/astral-sh/ruff) as the formatter and linter for Python, and Clang for C++.
41+
We use [Ruff](https://github.com/astral-sh/ruff) as the formatter and linter for Python, and Clang for C++.
4242

43-
Installing the [`pre-commit`](https://pre-commit.com/) will format and lint your code before you commit:
43+
Installing [`pre-commit`](https://pre-commit.com/) will format and lint your code before you commit:
4444
```bash
45-
pip install pre-commit
45+
# pip install pre-commit
4646
pre-commit install
4747
```
48-
You can also run Ruff manually:
48+
Alternatively, you can also run Ruff manually:
4949
```bash
50+
# pip install ruff
5051
ruff check --fix --config pyproject.toml
5152
ruff format --config pyproject.toml
5253
```

0 commit comments

Comments
 (0)