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