papis-extract/.woodpecker/static_analysis.yml

11 lines
336 B
YAML
Raw Normal View History

pipeline:
pyright:
2023-08-29 09:40:19 +00:00
image: node
commands:
2023-08-29 09:40:19 +00:00
- 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