Revert linting to Alpine
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pull_request_closed/lint Pipeline was successful

This commit is contained in:
Liam Steckler 2024-03-29 16:20:12 -07:00
parent 0fb9cb0f00
commit e5631baa64

View file

@ -2,9 +2,9 @@ when:
branch: main
steps:
- name: lint
image: python:3-slim
image: python:3-alpine
commands:
- python -m pip install --upgrade pip
- python -m pip install -r requirements.txt
- python -m pip install ruff
- ruff check .
- ruff check .