Skip to content

build(deps-dev): Bump ruff from 0.8.5 to 0.8.6 #900

build(deps-dev): Bump ruff from 0.8.5 to 0.8.6

build(deps-dev): Bump ruff from 0.8.5 to 0.8.6 #900

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-20.04
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-python@v5.3.0
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