python312Packages.ruff: cosmetic change (#371865)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
buildPythonPackage,
|
||||
pkgs,
|
||||
ruff,
|
||||
rustPlatform,
|
||||
installShellFiles,
|
||||
}:
|
||||
|
||||
buildPythonPackage {
|
||||
inherit (pkgs.ruff)
|
||||
inherit (ruff)
|
||||
pname
|
||||
version
|
||||
src
|
||||
|
||||
@@ -14323,7 +14323,9 @@ self: super: with self; {
|
||||
|
||||
rubymarshal = callPackage ../development/python-modules/rubymarshal { };
|
||||
|
||||
ruff = callPackage ../development/python-modules/ruff { };
|
||||
ruff = callPackage ../development/python-modules/ruff {
|
||||
inherit (pkgs) ruff;
|
||||
};
|
||||
|
||||
ruff-api = callPackage ../development/python-modules/ruff-api { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user