mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
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:
parent
b9347bf302
commit
5eb7c397fe
5 changed files with 6 additions and 7 deletions
|
@ -87,7 +87,7 @@ impl phf_shared::PhfHash for Bytes<'_> {
|
|||
/// Note: This function should be kept in sync with the version in `components/script/build.rs`
|
||||
fn find_python() -> Command {
|
||||
let mut command = Command::new("uv");
|
||||
command.args(["run", "python"]);
|
||||
command.args(["run", "--no-project", "python"]);
|
||||
|
||||
if command.output().is_ok_and(|out| out.status.success()) {
|
||||
return command;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue