diff --git a/.drone.yml b/.drone.yml index e951182..0abc61d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: python steps: - name: test - image: python:3.10 + image: python/latest commands: - pip install -q --upgrade pre-commit - pre-commit run --all-files