Skip to content

Commit eece261

Browse files
authored
Merge pull request #562 from seanbudd/add-pyw
Add support for 'pyw' file extension
2 parents 24f9b4b + 9d286e2 commit eece261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

identify/extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@
220220
'pyi': {'text', 'pyi'},
221221
'pyproj': {'text', 'xml', 'pyproj', 'msbuild'},
222222
'pyt': {'text', 'python'},
223+
'pyw': {'text', 'python'},
223224
'pyx': {'text', 'cython'},
224225
'pyz': {'binary', 'pyz'},
225226
'pyzw': {'binary', 'pyz'},

0 commit comments

Comments
 (0)