Skip to content

Add client.puzzles.get_next method with proper TypedDict types and tests #418

Add client.puzzles.get_next method with proper TypedDict types and tests

Add client.puzzles.get_next method with proper TypedDict types and tests #418

Workflow file for this run

name: Format
on:
push:
branches: ["master"]
paths:
- ".github/workflows/format.yml"
- "**.py"
- ".editorconfig"
pull_request:
paths:
- ".github/workflows/format.yml"
- "**.py"
- ".editorconfig"
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Install dependencies
run: make setup
- name: Check formatting
run: make format-check