ffmpeg-encoding-benchmark/.woodpecker/linting.yml
RealStickman 4ffb502c89
Some checks failed
ci/woodpecker/push/linting Pipeline failed
Add CI and pyright settings
2022-10-24 20:20:07 +02:00

18 lines
396 B
YAML

# https://woodpecker-ci.org/docs/usage/pipeline-syntax
pipeline:
typecheck:
image: python:latest
group: linting
commands:
- python --version
- pip install -U pyright --quiet
- pyright
format:
image: python:latest
group: linting
commands:
- python --version
- pip install -U black --quiet
- black --check --diff --color --verbose .