Recognize .pyt files in Python extension (#133546)

This commit is contained in:
Philipp Nagel 2021-09-29 02:51:42 -05:00 committed by GitHub
parent c2851b085c
commit e58932d492
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,8 @@
".gyp",
".gypi",
".pyi",
".ipy"
".ipy",
".pyt"
],
"aliases": [
"Python",