diff --git a/.drone.yml b/.drone.yml index 806b783..1848715 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,7 +33,7 @@ steps: - poetry install --with linters - name: lint - image: python:3.10-slim + image: git.roboces.dev/catalin/poetry:beta commands: - ./venv/bin/pre-commit run --all-files --color always