Skip to content

Commit e3f1a59

Browse files
committed
use local again
1 parent 196c1a0 commit e3f1a59

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,6 @@ 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-
files: ^(uv\.lock|pyproject\.toml|requirements.txt|requirements/.*\.txt)$
114-
115108
- repo: local
116109
hooks:
117110
- id: executable-shell
@@ -129,3 +122,14 @@ repos:
129122
language: python
130123
require_serial: true
131124
additional_dependencies: ["shrub.py>=3.10.0", "pyyaml>=6.0.2"]
125+
126+
- id: uv-lock
127+
name: uv-lock
128+
entry: uv lock
129+
language: python
130+
require_serial: true
131+
files: ^(uv\.lock|pyproject\.toml|requirements.txt|requirements/.*\.txt)$
132+
pass_filenames: false
133+
fail_fast: true
134+
additional_dependencies:
135+
- uv

requirements/aws.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pymongo-auth-aws>=1.1.2,<2.0.0
1+
pymongo-auth-aws>=1.1.0,<2.0.0

0 commit comments

Comments
 (0)