mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
add a pyproject.toml config file that includes the settings for ruff --------- Signed-off-by: Jerens Lensun <jerensslensun@gmail.com>
5 lines
73 B
Batchfile
5 lines
73 B
Batchfile
@echo off
|
|
|
|
set workdir=%~dp0
|
|
uv run --no-project python %workdir%mach %*
|