Skip to content

Commit

Permalink
Merge pull request #479 from Jahn16/master
Browse files Browse the repository at this point in the history
fix: change ruff format hook name
  • Loading branch information
domenkozar authored Aug 5, 2024
2 parents 650538d + 54ac860 commit 06939f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3187,7 +3187,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.ormol
};
ruff-format =
{
name = "ruff";
name = "ruff-format";
description = "An extremely fast Python code formatter, written in Rust.";
package = tools.ruff;
entry = "${hooks.ruff.package}/bin/ruff format";
Expand Down

0 comments on commit 06939f6

Please sign in to comment.