diff --git a/shared/utils/polyvinyl.ts b/shared/utils/polyvinyl.ts index f0d1e588b56..4364bb77b03 100644 --- a/shared/utils/polyvinyl.ts +++ b/shared/utils/polyvinyl.ts @@ -1,7 +1,7 @@ // originally based off of https://github.com/gulpjs/vinyl import invariant from 'invariant'; -const exts = ['js', 'html', 'css', 'jsx', 'ts'] as const; +const exts = ['js', 'html', 'css', 'jsx', 'ts', 'py'] as const; export type Ext = (typeof exts)[number]; export type IncompleteChallengeFile = {