Skip to content

Commit

Permalink
docs: fix cmd (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiangzhuang authored Aug 9, 2024
1 parent f51e937 commit 594eb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you are interested in contributing to Crowd-Kit, use [uv](https://github.com/
```shell
uv venv
uv tool run pre-commit install
uv pip install -e '.[dev,docs,learning]
uv pip install -e '.[dev,docs,learning]'
```

We use [pytest](https://pytest.org/) for testing and a variety of linters, including [pre-commit](https://pre-commit.com/), [Black](https://github.com/psf/black), [isort](https://github.com/pycqa/isort), [Flake8](https://github.com/pycqa/flake8), [pyupgrade](https://github.com/asottile/pyupgrade), and [nbQA](https://github.com/nbQA-dev/nbQA), to simplify code maintenance.
Expand Down

0 comments on commit 594eb70

Please sign in to comment.