Skip to content

Commit ed01bfa

Browse files
committed
chore(python): adding pyright in the toolbox
1 parent 91cebf7 commit ed01bfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/formatter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export async function formatter(language: string, cwd: string): Promise<void> {
5454
'poetry lock --no-update && poetry install --sync && pip freeze > requirements.txt && poetry run ruff check --fix --unsafe-fixes && poetry run ruff format',
5555
{ cwd, language },
5656
);
57+
await run('poetry run pyright', { cwd, language });
5758
break;
5859
case 'ruby':
5960
await run('bundle install', { cwd, language });

0 commit comments

Comments
 (0)