Skip to content

Bump idna from 3.11 to 3.15 #54

Bump idna from 3.11 to 3.15

Bump idna from 3.11 to 3.15 #54

Workflow file for this run

name: ruff
on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
types: [ opened, synchronize, reopened ]
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: Set up Python
run: uv python install
- name: Install the project
run: uv sync --locked --all-extras --dev
- name: Run Ruff
run: uvx ruff check --output-format=github .