This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues or pull requests.
paste/.woodpecker/lint.yml

8 lines
204 B
YAML
Raw Normal View History

2023-09-26 11:38:03 +02:00
steps:
ruff:
image: ubuntu:23.04
commands:
2023-09-26 11:44:59 +02:00
- apt update
2023-09-26 11:38:03 +02:00
- apt -y install python3 python3-pip
- pip3 install -r requirements-dev.txt --break-system-packages
2023-09-26 11:38:03 +02:00
- ruff check .