We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e75d1df commit cd68570Copy full SHA for cd68570
1 file changed
flake.nix
@@ -43,6 +43,7 @@
43
ruff-check.enable = true;
44
ruff-format.enable = true;
45
typos.enable = true;
46
+ typos.configFile = "typos.toml";
47
};
48
settings.formatter.oxfmt = {
49
command = "${pkgs.oxfmt}/bin/oxfmt";
0 commit comments