From 4002f9f744a4dd3feeb203936496aed7316a9271 Mon Sep 17 00:00:00 2001 From: Anson Date: Sun, 3 Sep 2023 13:00:02 -0600 Subject: [PATCH] fix pipeline? --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f963d46..9b3d2c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,4 +2,5 @@ black: stage: .pre image: registry.gitlab.com/pipeline-components/black:latest script: - - black --check --verbose -- . \ No newline at end of file + - black --check --verbose -- . + \ No newline at end of file