Skip to content

Commit fffce9e

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

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
@@ -354,7 +354,7 @@ in
354354
name = "ruff";
355355
description = " An extremely fast Python linter, written in Rust.";
356356
entry = "${pkgs.python3Packages.black}/bin/ruff";
357-
types = [ "file" "python" ];
357+
types = [ "python" ];
358358
};
359359
cabal2nix =
360360
{

0 commit comments

Comments
 (0)