1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 07:16:40 +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: ruff:
stage: lint stage: lint
image: registry.gitlab.com/pipeline-components/ruff:latest # image: registry.gitlab.com/pipeline-components/ruff:latest
image: python:3.11-slim
script: script:
- pip3 install ruff
- ruff --output-format gitlab . - ruff --output-format gitlab .
include: include:
- local: /docs/.gitlab-ci.yml - local: /docs/.gitlab-ci.yml

View File

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