Skip to content

Commit ef3d077

Browse files
committed
Remove uv-pre-commit hook from configuration
The uv-pre-commit hook and its related configuration were deleted from the .pre-commit-config.yaml file. This change simplifies the setup by eliminating an unused or unnecessary hook. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
1 parent 097e728 commit ef3d077

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,3 @@ repos:
1313
args: [ --preview, --config=pyproject.toml ]
1414
- id: ruff
1515
args: [ --preview, --fix,--unsafe-fixes, --config=pyproject.toml ]
16-
17-
- repo: https://github.com/astral-sh/uv-pre-commit
18-
rev: 0.5.13
19-
hooks:
20-
- id: uv-lock

0 commit comments

Comments
 (0)