Skip to content

Commit

Permalink
switch to ruff for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Nov 2, 2023
1 parent 62ae357 commit 7725a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion treefmt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"-eucx"
''
${lib.getExe pkgs.ruff} --fix "$@"
${lib.getExe pkgs.black} "$@"
${lib.getExe pkgs.ruff} format "$@"
''
"--" # this argument is ignored by bash
];
Expand Down

0 comments on commit 7725a73

Please sign in to comment.