From c67e368d3691679fc4682a01e10c0f198ed7b508 Mon Sep 17 00:00:00 2001 From: Hartorn Date: Mon, 20 Nov 2023 10:18:14 +0100 Subject: [PATCH] Add colors deps --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 070a5a6746..c6af465836 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -163,7 +163,7 @@ jobs: - checkout - run: name: Install needed packages - command: pip install black isort ruff + command: pip install black isort[colors] ruff - run: name: Check for black formatting command: black ./giskard ./tests/ --check