From 8e4ec64d016ec510dce3cbfd9cc42b38cf0a0c15 Mon Sep 17 00:00:00 2001 From: Anson Date: Mon, 9 Oct 2023 03:15:50 +0000 Subject: [PATCH] lets get hacky --- .gitlab-ci.yml | 5 ++++- dev-reqs.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94e9752..35e36fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/dev-reqs.txt b/dev-reqs.txt index ef2401d..bd61f48 100644 --- a/dev-reqs.txt +++ b/dev-reqs.txt @@ -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 \ No newline at end of file +ruff==0.0.292 \ No newline at end of file