mongo-python-driver/tools/synchro.sh

6 lines
204 B
Bash

#!/bin/bash -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