Skip to content

Commit 965fa18

Browse files
committed
Add typos to ignore
1 parent 6a23762 commit 965fa18

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.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)