diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b3d2c8..2a5a9e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ black: - stage: .pre + # stage: .pre image: registry.gitlab.com/pipeline-components/black:latest script: - black --check --verbose -- . - \ No newline at end of file