From f4c7801d8444087673fff4e45e87cdbf170a895d Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 19 Aug 2020 13:15:45 -0700 Subject: [PATCH] Install pre-commit for checks --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 38ceabf..77515b9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: commands: - apt-get update - apt-get install -y --no-install-recommends make - - pip install docker-compose + - pip install docker-compose pre-commit - make check - name: itest image: docker