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:
@@ -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
|
||||
|
Reference in New Issue
Block a user