From 16a6d6ba906b7c176379b8cf6e586faa4399532e Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:26:17 +0100 Subject: [PATCH] Fix formatting with black --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3acc4b8..e564ef6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,9 +33,9 @@ lint: - pip install pre-commit black flake8 - > pre-commit run --all-files || { - echo "Pre-commit formatting failed. Auto-fixing formatting issues with black..." && - black backend/ && - exit 0; # Continue after auto-fixing issues + echo "Pre-commit formatting failed. Auto-fixing formatting issues with black..." && + black backend/ && + exit 0; } deploy: