Skip to content

Commit 9d286e2

Browse files
authored
Add support for 'pyw' file extension
1 parent 9e78792 commit 9d286e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

identify/extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@
218218
'pyi': {'text', 'pyi'},
219219
'pyproj': {'text', 'xml', 'pyproj', 'msbuild'},
220220
'pyt': {'text', 'python'},
221+
'pyw': {'text', 'python'},
221222
'pyx': {'text', 'cython'},
222223
'pyz': {'binary', 'pyz'},
223224
'pyzw': {'binary', 'pyz'},

0 commit comments

Comments
 (0)