Skip to content

Commit 5fb4684

Browse files
committed
Set a default python version of 3.12, matching the package
1 parent 647fe32 commit 5fb4684

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,22 @@
33
description: Find files with cog markers and run cog on them
44
entry: pre-commit-cog
55
language: python
6+
language_version: python3.12
67
pass_filenames: false
78
always_run: true
89
- id: init-hooks
910
name: init-hooks (ensure baseline hooks)
1011
description: Ensures that a baseline set of pre-commit hooks are enabled in the repository
1112
entry: pre-commit-init-hooks
1213
language: python
14+
language_version: python3.12
1315
pass_filenames: false
1416
always_run: true
1517
- id: uv-run
1618
name: uv-run (execute command with uv)
1719
description: Executes a project command using uv run
1820
entry: pre-commit-uv-run
1921
language: python
22+
language_version: python3.12
2023
pass_filenames: false
2124
always_run: true

0 commit comments

Comments
 (0)