kuow-mastodon-bot/.woodpecker/lint.yml

11 lines
234 B
YAML
Raw Permalink Normal View History

2024-02-10 20:10:31 -08:00
when:
branch: main
2024-02-10 19:03:48 -08:00
steps:
2024-02-10 19:06:15 -08:00
- name: lint
2024-03-29 16:20:12 -07:00
image: python:3-alpine
2024-02-10 19:03:48 -08:00
commands:
- python -m pip install --upgrade pip
- python -m pip install -r requirements.txt
- python -m pip install ruff
2024-03-29 16:20:12 -07:00
- ruff check .