Skip to content

Commit 98ac60d

Browse files
committed
Merge branch 'main' into fixBugss
2 parents 814ae3f + 487bc2b commit 98ac60d

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

+315
-6597
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)