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
49
49
50
50
[group (' lint' )]
51
51
lint * args = " ": && resync
52
- uv run pre-commit run --all-files {{ args}}
52
+ uvx pre-commit run --all-files {{ args}}
53
53
54
54
[group (' lint' )]
55
55
lint-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}}
57
57
58
58
[group (' test' )]
59
59
test * args = " -v --durations=5 --maxfail=10": && resync
60
- uv run --extra test pytest {{ args}}
60
+ uvx --extra test pytest {{ args}}
61
61
62
62
[group (' test' )]
63
63
run-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"
46
46
Tracker = " https://jira.mongodb.org/projects/PYTHON/issues"
47
47
48
48
[dependency-groups ]
49
- dev = [
50
- " pre-commit>=4.0"
51
- ]
52
49
pip = [" pip" ]
53
50
# TODO: PYTHON-5464
54
51
gevent = [" gevent" , " cffi>=2.0.0b1;python_version=='3.14'" ]
You can’t perform that action at this time.
0 commit comments