Skip to content

build(deps-dev): Bump ruff from 0.9.0 to 0.9.1 #907

build(deps-dev): Bump ruff from 0.9.0 to 0.9.1

build(deps-dev): Bump ruff from 0.9.0 to 0.9.1 #907

Workflow file for this run

name: Continuous Integration
permissions: read-all
on:
pull_request:
branches:
- main
- devs/**
jobs:
test:
timeout-minutes: 5
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: ">=3.10"
- run: |
# nosemgrep: generic.ci.security.use-frozen-lockfile.use-frozen-lockfile-pip
pip install -r requirements-poetry.txt
poetry install --sync
poetry run poe linters
poetry run poe test
poetry build