mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
Merge pull request #1357 from Hestia-Homes/chore/devcontainer-pyright
Add pyright + pandas-stubs to backend devcontainer
This commit is contained in:
commit
d732ec3fa3
1 changed files with 5 additions and 0 deletions
|
|
@ -29,3 +29,8 @@ moto[s3,sqs]==5.0.28 # mock_aws (moto 5.x) for S3/SQS in orchestration tests
|
||||||
black==26.1.0
|
black==26.1.0
|
||||||
boto3-stubs
|
boto3-stubs
|
||||||
openai
|
openai
|
||||||
|
# Type checking — strict pyright gate (CLAUDE.md). The pip `pyright` wrapper uses
|
||||||
|
# the container's Node. pandas-stubs lets pandas-typed modules check cleanly
|
||||||
|
# (CLAUDE.md: add pandas-stubs when introducing pandas to a module).
|
||||||
|
pyright==1.1.411
|
||||||
|
pandas-stubs
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue