File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ ObjectId('4aba160ee23f6b543e000002')
196196Documentation is available at
197197[ pymongo.readthedocs.io] ( https://pymongo.readthedocs.io/en/stable/ ) .
198198
199- See the [ contributing guide] ( ./CONTRIBUTING.md#documentation ) for how to build the documentation.
199+ See the [ contributing guide] ( ./CONTRIBUTING.md ) for how to build the documentation.
200200
201201## Learning Resources
202202
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set dotenv-filename := "./.evergreen/scripts/env.sh"
55
66# Commonly used command segments.
77uv_run := " uv run --isolated "
8- typing_run := uv_run + " --group typing --all-extras "
8+ typing_run := uv_run + " --group typing --extra aws --extra encryption --extra ocsp --extra snappy --extra test --extra zstd "
99docs_run := uv_run + " --extra docs"
1010doc_build := " ./doc/_build"
1111mypy_args := " --install-types --non-interactive"
You can’t perform that action at this time.
0 commit comments