File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ uv sync --python=$(cat .python-version-default)
7878
7979If you don't want to use * uv* , you can use Pip 25.1 (that added support for dependency groups) or newer and install the dependencies manually:
8080
81- ``` bash
82- pip install -e . --group dev
81+ ``` console
82+ $ pip install -e . --group dev
8383```
8484
8585---
@@ -137,7 +137,7 @@ $ tox run -e docs-doctests
137137 assert " foo" == x._a_private_attribute
138138 ```
139139
140- - You can run the test suite runs with all dependencies against all supported Python versions -- just as it will in our CI -- by running ` tox ` .
140+ - You can run the test suite with all dependencies against all supported Python versions -- just as it will in our CI -- by running ` tox ` .
141141
142142- Write [ good test docstrings] ( https://jml.io/test-docstrings/ ) .
143143
You can’t perform that action at this time.
0 commit comments