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