Skip to content

(wip) Support path-based dependencies in virtual projects with uv ena… #27

(wip) Support path-based dependencies in virtual projects with uv ena…

(wip) Support path-based dependencies in virtual projects with uv ena… #27

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