diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0d3483..580692f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,12 +3,6 @@ stages: - build_site - deploy -black: - stage: lint - image: registry.gitlab.com/pipeline-components/black:latest - script: - - black --check --verbose -- . - ruff: stage: lint image: python:3.11-slim