papis-extract/.woodpecker/static_analysis.yml
Marty Oehme c9a6030591
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/static_analysis Pipeline was successful
Install poetry environment before pyright
2023-08-29 10:04:21 +02:00

9 lines
292 B
YAML

pipeline:
pyright:
image: ghcr.io/withlogicco/poetry:1.5.1
commands:
- pip install pyright
- poetry install
- python --version && poetry --version && pyright --version
- echo "------------- running pyright typecheck -------------"
- poetry run pyright