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

lets get hacky

This commit is contained in:
Anson 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

View File

@ -7,4 +7,4 @@ pylama==8.4.1
mypy==1.5.1
types-cachetools==5.3.0.6
types-pytz==2023.3.0.1
ruff==0.0.287
ruff==0.0.292