Skip to content

Commit

Permalink
flake/dev/formatting: run ruff format in isolated mode
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jul 11, 2024
1 parent 123c102 commit ca01a64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake-modules/dev/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"**.svg"
"**/man/*.5"
];
formatter.ruff-format.options = [ "--isolated" ];
};
};
}
Expand Down

0 comments on commit ca01a64

Please sign in to comment.