papis-extract/.woodpecker/static_analysis.yml
Marty Oehme eff29a574b
Some checks failed
ci/woodpecker/push/test unknown status
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/static_analysis Pipeline was successful
Switch to node image for pyright
2023-08-29 11:47:18 +02:00

10 lines
336 B
YAML

pipeline:
pyright:
image: node
commands:
- 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 -------------"
- poetry run pyright