From 8f2965736e82d38f614816af449fca80bc2f2af3 Mon Sep 17 00:00:00 2001 From: Maic Siemering Date: Thu, 24 Aug 2023 13:41:57 +0200 Subject: [PATCH] Add ruff to ship command --- ship.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ship.sh b/ship.sh index 2775412..1b39fd7 100755 --- a/ship.sh +++ b/ship.sh @@ -14,6 +14,9 @@ git pull -r echo "Run tests" pytest . +echo "Ruff" +ruff . + echo "Bump version" #Bump version and create tag