Skip to content

Commit cef6ce8

Browse files
committed
chore(lint): add pyright check to linting configuration
- Include `pnpm pyright` in the linting process to enhance type checking. - Ensure that Python files are validated for type correctness alongside existing ruff checks.
1 parent 096505e commit cef6ce8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.lintstagedrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"**/*.py": [
33
"uv run ruff check --fix --force-exclude",
4+
"pnpm pyright"
45
]
56
}

0 commit comments

Comments
 (0)