From 8457347ff5cad774d6fbc681c36aab894c10cca5 Mon Sep 17 00:00:00 2001 From: Dantali0n <info@dantalion.nl> Date: Tue, 14 Jun 2022 15:04:20 +0200 Subject: [PATCH] Make black actually show what it would like to have changed --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b742813..f5d308f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ run_black: stage: lint script: - python -m black --version - - python -m black --check . + - python -m black --check --diff . allow_failure: true run_flake8: -- GitLab