Skip to content

Bump ruff from 0.4.4 to 0.7.2 #40

Bump ruff from 0.4.4 to 0.7.2

Bump ruff from 0.4.4 to 0.7.2 #40

Workflow file for this run

name: pytest
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v2
- name: Install dependencies
run: poetry install --with=dev
- name: Run tests
run: poetry run pytest