diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 31f6ca1..1eead62 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -2,9 +2,9 @@ when: branch: main steps: - name: lint - image: python:3-alpine + image: python:3-slim commands: - python -m pip install --upgrade pip - python -m pip install -r requirements.txt - python -m pip install ruff - - ruff check . + - ruff check . \ No newline at end of file