Skip to content

Commit 96c4d1a

Browse files
committed
Revert "Adds initial semantic search crate (#1774)"
This reverts commit 029f760.
1 parent 4fb2675 commit 96c4d1a

37 files changed

+19
-6432
lines changed

.github/workflows/typos.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,3 @@ jobs:
1818
uses: actions/checkout@v4
1919
- name: Check spelling
2020
uses: crate-ci/typos@master
21-
with:
22-
config: .typos.toml

.lintstagedrc.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ export default {
88
],
99
"*.py": ["ruff format --check", "ruff check"],
1010
"*.{ts,js,tsx,jsx,mjs}": "prettier --check",
11-
"!(*test*)*": "typos --config .typos.toml",
11+
"!(*test*)*": "typos",
1212
};

.typos.toml

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

0 commit comments

Comments
 (0)