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')
196
196
Documentation is available at
197
197
[ pymongo.readthedocs.io] ( https://pymongo.readthedocs.io/en/stable/ ) .
198
198
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.
200
200
201
201
## Learning Resources
202
202
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set dotenv-filename := "./.evergreen/scripts/env.sh"
5
5
6
6
# Commonly used command segments.
7
7
uv_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 "
9
9
docs_run := uv_run + " --extra docs"
10
10
doc_build := " ./doc/_build"
11
11
mypy_args := " --install-types --non-interactive"
You can’t perform that action at this time.
0 commit comments