We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552404b commit fe33ef6Copy full SHA for fe33ef6
scripts/docker/Dockerfile.base
@@ -22,7 +22,7 @@ RUN apt-get update \
22
COPY .nvmrc .nvmrc
23
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash && source ~/.profile \
24
&& nvm install \
25
- && npm install -g yarn pyright
+ && npm install -g yarn
26
27
# SDKMAN
28
ARG JAVA_VERSION
templates/python/pyproject.mustache
@@ -24,6 +24,7 @@ pydantic = ">= 2"
[tool.poetry.group.dev.dependencies]
ruff = "== 0.6.4"
+pyright = "^1.1.383"
29
[tool.ruff]
30
line-length = 88
0 commit comments