Skip to content

Commit

Permalink
chore(pre-commit): update ruff usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Jun 28, 2024
1 parent 6a39ed1 commit a6c6845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/checks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ in

ruffnix = {
enable = true;
entry = "ruff --force-exclude";
entry = "ruff check --force-exclude";
types = [ "python" ];
excludes = [ protoExcludePattern ];
};
Expand Down

0 comments on commit a6c6845

Please sign in to comment.