mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
add a pyproject.toml config file that includes the settings for ruff --------- Signed-off-by: Jerens Lensun <jerensslensun@gmail.com>
4 lines
73 B
Batchfile
4 lines
73 B
Batchfile
@echo off
|
|
|
|
set workdir=%~dp0
|
|
uv run --no-project python %workdir%mach %*
|