Skip to content

Commit fa1fb7f

Browse files
authored
chore: remove typos CLI tooling (#78)
Remove typos configuration and packages: - Remove typos.enable and typos.configFile from treefmt.programs - Delete typos.toml configuration file - Remove typos and typos-lsp from devShells buildInputs The typos tool is no longer needed for this project's workflow.
1 parent 527e828 commit fa1fb7f

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

flake.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
nixfmt.package = pkgs.nixfmt-rfc-style;
4343
ruff-check.enable = true;
4444
ruff-format.enable = true;
45-
typos.enable = true;
46-
typos.configFile = "typos.toml";
4745
};
4846
settings.formatter.oxfmt = {
4947
command = "${pkgs.oxfmt}/bin/oxfmt";
@@ -96,8 +94,6 @@
9694
uv
9795
just
9896
nixfmt-rfc-style
99-
typos
100-
typos-lsp
10197
basedpyright
10298

10399
# security

typos.toml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)