diff --git a/.woodpecker/static_analysis.yml b/.woodpecker/static_analysis.yml index 248f0f4..786af22 100644 --- a/.woodpecker/static_analysis.yml +++ b/.woodpecker/static_analysis.yml @@ -1,8 +1,7 @@ pipeline: pyright: - image: node + image: nikolaik/python-nodejs commands: - - apt-get update && apt-get --yes install python3-poetry - npm install --global pyright - poetry install - python --version && poetry --version && pyright --version