We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a6e63 commit e7b40fbCopy full SHA for e7b40fb
scripts/buildLanguages.ts
@@ -82,7 +82,7 @@ async function buildLanguage(language: Language, gens: Generator[], buildType: B
82
break;
83
case 'python':
84
// there is no type checking for the snippets
85
- if (buildType === 'playground') {
+ if (buildType === 'playground' || buildType === 'guides') {
86
await formatter(language, cwd); // ruff can detect some types issues.
87
}
88
if (buildType === 'client') {
0 commit comments