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.
uv lock
basedpyright
1 parent a07c63f commit 54dc7d4Copy full SHA for 54dc7d4
.pre-commit-config.yaml
@@ -1,8 +1,6 @@
1
ci:
2
autoupdate_branch: "master"
3
autoupdate_commit_msg: "⬆️ update pre-commit hooks"
4
- skip:
5
- - basedpyright
6
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -54,6 +52,11 @@ repos:
54
52
hooks:
55
53
- id: typos
56
+ - repo: https://github.com/astral-sh/uv-pre-commit
+ rev: 0.5.23
57
+ hooks:
58
+ - id: uv-lock
59
+
60
- repo: https://github.com/astral-sh/ruff-pre-commit
61
rev: v0.9.2
62
@@ -63,11 +66,3 @@ repos:
63
66
64
67
- id: ruff-format
65
68
types_or: [python, pyi]
-
- - repo: local
- hooks:
69
- - id: basedpyright
70
- name: basedpyright
71
- entry: uv run --no-sync --locked basedpyright
72
- language: system
73
- types_or: [python, pyi]
0 commit comments