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:
parent
8fe08f36ce
commit
8e4ec64d01
@ -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
|
||||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user