We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585b90d commit c52b529Copy full SHA for c52b529
.github/dependabot.yaml
@@ -1,5 +1,5 @@
1
version: 2
2
-enable-beta-ecosystems: true
+
3
updates:
4
- package-ecosystem: "uv"
5
directory: "/"
.pre-commit-config.yaml
@@ -11,10 +11,17 @@ repos:
11
12
- repo: local
13
hooks:
14
+ - id: uv-lock
15
+ name: uv lock
16
+ description: Checks the validity of the uv.lock file.
17
+ entry: uv lock
18
+ language: system
19
+ files: ^(uv\.lock|pyproject\.toml|uv\.toml)$
20
+ pass_filenames: false
21
- id: ruff
22
name: ruff
23
description: Run ruff linting
- entry: uv run ruff check --force-exclude
24
+ entry: uv run --frozen ruff check --force-exclude
25
language: system
26
'types_or': [python, pyi]
27
require_serial: true
0 commit comments