Skip to content

Commit

Permalink
chore(python): better pyright handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluf22 committed Oct 2, 2024
1 parent 552404b commit fe33ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update \
COPY .nvmrc .nvmrc
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash && source ~/.profile \
&& nvm install \
&& npm install -g yarn pyright
&& npm install -g yarn

# SDKMAN
ARG JAVA_VERSION
Expand Down
1 change: 1 addition & 0 deletions templates/python/pyproject.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pydantic = ">= 2"

[tool.poetry.group.dev.dependencies]
ruff = "== 0.6.4"
pyright = "^1.1.383"

[tool.ruff]
line-length = 88
Expand Down

0 comments on commit fe33ef6

Please sign in to comment.