From 3ebd54281421a88aba62f59fa231dbc09a6f7c97 Mon Sep 17 00:00:00 2001 From: Quentin Ferrand Date: Thu, 21 Apr 2022 16:03:27 +0200 Subject: [PATCH] . --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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