Skip to content

Commit 562a33b

Browse files
committed
fix: Configure pyright to skip unannotated to avoid multiprocessing import issues
1 parent 6611489 commit 562a33b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ repos:
3939
pass_filenames: false
4040
exclude: ^README\.md$
4141
- id: pyright
42+
args: ["--skipunannotated"]
4243
name: pyright
4344
entry: uv run pyright
4445
language: system

0 commit comments

Comments
 (0)