Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
pass_filenames: false
additional_dependencies: []
minimum_pre_commit_version: "2.9.2"
- id: uv-run
name: uv-run
description: "Execute your scripts and tools with 'uv run'"
entry: uv run --no-active
language: python
args: []
pass_filenames: false
additional_dependencies: []
minimum_pre_commit_version: "2.9.2"
- id: uv-lock
name: uv-lock
description: "Automatically run 'uv lock' on your project dependencies"
Expand Down