Skip to content

Commit

Permalink
Merge pull request #285 from patka-123/update-flake-lock
Browse files Browse the repository at this point in the history
Update flake lock
  • Loading branch information
Mic92 authored Sep 28, 2024
2 parents 7dd0e44 + 7b823c2 commit c1ef5aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion treefmt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
options = [
"-eucx"
''
${lib.getExe pkgs.ruff} --fix "$@"
${lib.getExe pkgs.ruff} check "$@"
${lib.getExe pkgs.ruff} format "$@"
''
"--" # this argument is ignored by bash
Expand Down

0 comments on commit c1ef5aa

Please sign in to comment.