mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-15 23:06:40 +00:00
lets get hacky
This commit is contained in:
parent
8fe08f36ce
commit
8e4ec64d01
@ -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
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user