1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-09-19 03:52:46 +00:00

lets get hacky

This commit is contained in:
2023-10-09 03:15:50 +00:00
parent 8fe08f36ce
commit 8e4ec64d01
2 changed files with 5 additions and 2 deletions

View File

@@ -10,9 +10,12 @@ black:
ruff:
stage: lint
image: registry.gitlab.com/pipeline-components/ruff:latest
# image: registry.gitlab.com/pipeline-components/ruff:latest
image: python:3.11-slim
script:
- pip3 install ruff
- ruff --output-format gitlab .
include:
- local: /docs/.gitlab-ci.yml