Skip to content

🎨 cleaned up __init__.pyi a bit #14

🎨 cleaned up __init__.pyi a bit

🎨 cleaned up __init__.pyi a bit #14

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
env:
UV_FROZEN: 1
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- uses: actions/checkout@v4
- name: typos
uses: crate-ci/typos@master
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
python-version: "3.13"
version: latest
- name: ruff
run: |
uv run ruff check --output-format=github
uv run ruff format --check