diff --git a/.woodpecker/static_analysis.yml b/.woodpecker/static_analysis.yml index 3506c5c..248f0f4 100644 --- a/.woodpecker/static_analysis.yml +++ b/.woodpecker/static_analysis.yml @@ -1,8 +1,9 @@ pipeline: pyright: - image: ghcr.io/withlogicco/poetry:1.5.1 + image: node commands: - - pip install pyright + - apt-get update && apt-get --yes install python3-poetry + - npm install --global pyright - poetry install - python --version && poetry --version && pyright --version - echo "------------- running pyright typecheck -------------"