Skip to content

Support path-based dependencies in virtual projects with uv enabled #12

Support path-based dependencies in virtual projects with uv enabled

Support path-based dependencies in virtual projects with uv enabled #12

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