Skip to content

Commit cd68570

Browse files
committed
build(treefmt): specify typos config file path
1 parent e75d1df commit cd68570

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
ruff-check.enable = true;
4444
ruff-format.enable = true;
4545
typos.enable = true;
46+
typos.configFile = "typos.toml";
4647
};
4748
settings.formatter.oxfmt = {
4849
command = "${pkgs.oxfmt}/bin/oxfmt";

0 commit comments

Comments
 (0)