File tree Expand file tree Collapse file tree 3 files changed +3
-138
lines changed Expand file tree Collapse file tree 3 files changed +3
-138
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ typing-pyright: && resync
4949
5050[group (' lint' )]
5151lint * args = " ": && resync
52- uv run pre-commit run --all-files {{ args}}
52+ uvx pre-commit run --all-files {{ args}}
5353
5454[group (' lint' )]
5555lint-manual * args = " ": && resync
56- uv run pre-commit run --all-files --hook-stage manual {{ args}}
56+ uvx pre-commit run --all-files --hook-stage manual {{ args}}
5757
5858[group (' test' )]
5959test * args = " -v --durations=5 --maxfail=10": && resync
60- uv run --extra test pytest {{ args}}
60+ uvx --extra test pytest {{ args}}
6161
6262[group (' test' )]
6363run-tests * args : && resync
Original file line number Diff line number Diff line change @@ -46,9 +46,6 @@ Source = "https://github.com/mongodb/mongo-python-driver"
4646Tracker = " https://jira.mongodb.org/projects/PYTHON/issues"
4747
4848[dependency-groups ]
49- dev = [
50- " pre-commit>=4.0"
51- ]
5249pip = [" pip" ]
5350# TODO: PYTHON-5464
5451gevent = [" gevent" , " cffi>=2.0.0b1;python_version=='3.14'" ]
You can’t perform that action at this time.
0 commit comments