mongo-python-driver/tools/synchro.sh
2025-03-31 19:27:56 -05:00

8 lines
283 B
Bash
Executable File

#!/bin/bash
# Keep the synchronous folders in sync with there async counterparts.
set -eu
python ./tools/synchro.py "$@"
python -m ruff check pymongo/synchronous/ gridfs/synchronous/ test/ --fix --silent
python -m ruff format pymongo/synchronous/ gridfs/synchronous/ test/ --silent