Skip to content

Commit 0ba1ba4

Browse files
committed
chore: tweak uv-lock hook
1 parent ce55d29 commit 0ba1ba4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@ repos:
3333
rev: 0.9.18
3434
hooks:
3535
- id: uv-lock
36-
args: [--check, --no-build]
36+
args: [--check, --no-build, --no-build-isolation]
3737
additional_dependencies:
3838
- hatchling
3939
- hatch-vcs
40-
env:
41-
UV_NO_BUILD_ISOLATION: "1"
4240
- repo: https://github.com/executablebooks/mdformat
4341
rev: 1.0.0
4442
hooks:

0 commit comments

Comments
 (0)