Skip to content

Merge branch 'astral-sh:main' into main #1

Merge branch 'astral-sh:main' into main

Merge branch 'astral-sh:main' into main #1

Workflow file for this run

name: Python format
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: eifinger/setup-rye@v1
- name: Rye fmt
run: rye fmt --check