aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-10-21 21:52:13 +0100
committerGravatar GitHub <[email protected]>2025-10-21 21:52:13 +0100
commit2640aaa5665426e5350b3ce81a743a9f4c3898aa (patch)
tree16b28e8f189d832d7f982de7300b2aa6e22fb847
parentchore: add pre-commit hook for checking uv is locked (#3416) (diff)
Change uv-lock language to system in configHEADmain
Diffstat (limited to '')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e19d8b84c..e77b8a0b0 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
name: uv-lock
description: "Automatically run 'uv lock' on your project dependencies"
entry: uv lock
- language: python
+ language: system
files: ^(uv\.lock|pyproject\.toml|uv\.toml)$
pass_filenames: false
- id: ruff