File tree Expand file tree Collapse file tree
src/afterpython/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 with :
3131 version : " latest"
3232
33- - name : Install dependencies
34- # Install the package with uv in system mode
35- # This installs ruff and other tools defined in dependencies
36- run : uv pip install --system --group dev
33+ - name : Install ruff
34+ run : uv pip install --system ruff
3735
3836 - name : Run ruff check
3937 run : ruff check --config ./afterpython/ruff.toml .
Original file line number Diff line number Diff line change 3030 with :
3131 version : " latest"
3232
33- - name : Install dependencies
34- # Install the package with uv in system mode
35- # This installs ruff and other tools defined in dependencies
36- run : uv pip install --system --group dev
33+ - name : Install ruff
34+ run : uv pip install --system ruff
3735
3836 - name : Run ruff check
3937 run : ruff check --config ./afterpython/ruff.toml .
You can’t perform that action at this time.
0 commit comments