Skip to content

Commit 54dc7d4

Browse files
committed
🔧 pre-commit with uv lock and without basedpyright
1 parent a07c63f commit 54dc7d4

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
ci:
22
autoupdate_branch: "master"
33
autoupdate_commit_msg: "⬆️ update pre-commit hooks"
4-
skip:
5-
- basedpyright
64

75
repos:
86
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -54,6 +52,11 @@ repos:
5452
hooks:
5553
- id: typos
5654

55+
- repo: https://github.com/astral-sh/uv-pre-commit
56+
rev: 0.5.23
57+
hooks:
58+
- id: uv-lock
59+
5760
- repo: https://github.com/astral-sh/ruff-pre-commit
5861
rev: v0.9.2
5962
hooks:
@@ -63,11 +66,3 @@ repos:
6366

6467
- id: ruff-format
6568
types_or: [python, pyi]
66-
67-
- repo: local
68-
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

Comments
 (0)