We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647fe32 commit 5fb4684Copy full SHA for 5fb4684
1 file changed
.pre-commit-hooks.yaml
@@ -3,19 +3,22 @@
3
description: Find files with cog markers and run cog on them
4
entry: pre-commit-cog
5
language: python
6
+ language_version: python3.12
7
pass_filenames: false
8
always_run: true
9
- id: init-hooks
10
name: init-hooks (ensure baseline hooks)
11
description: Ensures that a baseline set of pre-commit hooks are enabled in the repository
12
entry: pre-commit-init-hooks
13
14
15
16
17
- id: uv-run
18
name: uv-run (execute command with uv)
19
description: Executes a project command using uv run
20
entry: pre-commit-uv-run
21
22
23
24
0 commit comments