Skip to content

Commit 36bfb3d

Browse files
committed
PYTHON-5539 Keep uv lock file up to date
1 parent eca38b7 commit 36bfb3d

File tree

2 files changed

+50
-43
lines changed

2 files changed

+50
-43
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ repos:
105105
# - test/test_client.py:188: te ==> the, be, we, to
106106
args: ["-L", "fle,fo,infinit,isnt,nin,te,aks"]
107107

108+
- repo: https://github.com/astral-sh/uv-pre-commit
109+
# uv version.
110+
rev: 0.8.17
111+
hooks:
112+
- id: uv-lock
113+
args: ["--upgrade-package", "pymongocrypt"]
114+
108115
- repo: local
109116
hooks:
110117
- id: executable-shell

0 commit comments

Comments
 (0)