Skip to content

Commit 95de3b4

Browse files
committed
feat(python): use ruff to check guides validity
1 parent e7ce6b5 commit 95de3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/buildLanguages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async function buildLanguage(language: Language, gens: Generator[], buildType: B
8282
break;
8383
case 'python':
8484
// there is no type checking for the snippets
85-
if (buildType === 'playground') {
85+
if (buildType === 'playground' || buildType === 'guides') {
8686
await formatter(language, cwd); // ruff can detect some types issues.
8787
}
8888
if (buildType === 'client') {

0 commit comments

Comments
 (0)