1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 07:16:40 +00:00

dont need black anymore

This commit is contained in:
Anson 2023-11-30 21:06:35 -07:00
parent d45ce7c250
commit b3769b24d8

View File

@ -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