Skip to content

Commit fe33ef6

Browse files
committed
chore(python): better pyright handling
1 parent 552404b commit fe33ef6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/docker/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apt-get update \
2222
COPY .nvmrc .nvmrc
2323
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash && source ~/.profile \
2424
&& nvm install \
25-
&& npm install -g yarn pyright
25+
&& npm install -g yarn
2626

2727
# SDKMAN
2828
ARG JAVA_VERSION

templates/python/pyproject.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pydantic = ">= 2"
2424

2525
[tool.poetry.group.dev.dependencies]
2626
ruff = "== 0.6.4"
27+
pyright = "^1.1.383"
2728

2829
[tool.ruff]
2930
line-length = 88

0 commit comments

Comments
 (0)