Skip to content

Commit c958e2c

Browse files
authored
Update README.md
1 parent 1890ab8 commit c958e2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ We use [Ruff](https://github.com/astral-sh/ruff) as the formatter and linter for
4242

4343
Installing the [`pre-commit`](https://pre-commit.com/) will format and lint your code before you commit:
4444
```bash
45-
$ pip install pre-commit
46-
$ pre-commit install
45+
pip install pre-commit
46+
pre-commit install
4747
```
4848
You can also run Ruff manually:
4949
```bash
50-
$ ruff check --fix --config pyproject.toml
51-
$ ruff format --config pyproject.toml
50+
ruff check --fix --config pyproject.toml
51+
ruff format --config pyproject.toml
5252
```

0 commit comments

Comments
 (0)