Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lefthook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@ pre-commit:

pre-push:
jobs:
- name: typos
run: typos --config typos.toml
- name: knip
run: pnpm run lint:knip
Comment on lines 19 to 22
Copy link

Copilot AI Dec 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The typos job has been removed from the pre-push hook, but the typos tool is still referenced in other parts of the project. The GitHub Actions CI workflow (.github/workflows/ci.yaml) still contains a typos job (lines 33-43) that runs "nix develop --command typos ." which will fail without the typos.toml configuration file. Additionally, flake.nix still includes typos and typos-lsp packages in the development environment (lines 30-31). For a complete removal of the typos tooling, these references should also be removed.

Copilot uses AI. Check for mistakes.
18 changes: 0 additions & 18 deletions typos.toml

This file was deleted.

Loading