python312Packages.ruff: cosmetic change (#371865)

This commit is contained in:
Robert Schütz
2025-01-07 09:46:48 -08:00
committed by GitHub
2 changed files with 5 additions and 3 deletions
@@ -1,12 +1,12 @@
{
buildPythonPackage,
pkgs,
ruff,
rustPlatform,
installShellFiles,
}:
buildPythonPackage {
inherit (pkgs.ruff)
inherit (ruff)
pname
version
src
+3 -1
View File
@@ -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 { };