Skip to content

Commit a80fca4

Browse files
committed
chore: simplify uv-lock hook
1 parent 3fd4bab commit a80fca4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ repos:
3333
rev: 0.9.18
3434
hooks:
3535
- id: uv-lock
36-
args: [--check, --no-build, --no-build-isolation, --python, python3]
37-
additional_dependencies:
38-
- hatchling
39-
- hatch-vcs
36+
args: [--check, --no-build, --python, python3]
4037
- repo: https://github.com/executablebooks/mdformat
4138
rev: 1.0.0
4239
hooks:

0 commit comments

Comments
 (0)