Skip to content

Commit 7abd9af

Browse files
Update modules/hooks.nix
Co-authored-by: Loïc Reynier <[email protected]>
1 parent fffce9e commit 7abd9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hooks.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ in
353353
{
354354
name = "ruff";
355355
description = " An extremely fast Python linter, written in Rust.";
356-
entry = "${pkgs.python3Packages.black}/bin/ruff";
356+
entry = "${pkgs.ruff}/bin/ruff";
357357
types = [ "python" ];
358358
};
359359
cabal2nix =

0 commit comments

Comments
 (0)