Skip to content

Commit a69178b

Browse files
authored
Merge branch 'main' into main
2 parents 5aea911 + 029f760 commit a69178b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+7870
-650
lines changed

.github/workflows/typos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ 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",
11+
"!(*test*)*": "typos --config .typos.toml",
1212
};

.typos.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[files]
2+
3+
[default.extend-words]
4+
mmaped = "mmaped"

0 commit comments

Comments
 (0)