Mergeruff.toml into pyproject.toml (#37741)

add a pyproject.toml config file that includes the settings for ruff

---------

Signed-off-by: Jerens Lensun <jerensslensun@gmail.com>
This commit is contained in:
Jerens Lensun 2025-07-04 20:21:48 +08:00 committed by GitHub
parent b9347bf302
commit 5eb7c397fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 7 deletions

View file

@ -1,4 +1,4 @@
@echo off
set workdir=%~dp0
uv run python %workdir%mach %*
uv run --no-project python %workdir%mach %*