We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecfcecd commit c01dd68Copy full SHA for c01dd68
pymongo/synchronous/mongo_client.py
@@ -568,7 +568,7 @@ def __init__(
568
569
| **Client side encryption options:**
570
| (If not set explicitly, client side encryption will not be enabled.)
571
- FOOFOO
+ FOOFOOFOO
572
- `auto_encryption_opts`: A
573
:class:`~pymongo.encryption_options.AutoEncryptionOpts` which
574
configures this client to automatically encrypt collection commands
tools/synchro.sh
@@ -1,4 +1,6 @@
1
-#!/bin/bash -eu
+#!/bin/bash
2
+
3
+set -eu
4
5
python ./tools/synchro.py
6
python -m ruff check pymongo/synchronous/ gridfs/synchronous/ test/ --fix --silent
0 commit comments