Skip to content

Commit

Permalink
Merge pull request #433 from om-henners/patch-1
Browse files Browse the repository at this point in the history
Add `pyt` extension
  • Loading branch information
asottile authored Dec 7, 2023
2 parents bce1aad + 8dfb002 commit 69fcae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identify/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
'py': {'text', 'python'},
'pyi': {'text', 'pyi'},
'pyproj': {'text', 'xml', 'pyproj'},
'pyt': {'text', 'python'},
'pyx': {'text', 'cython'},
'pyz': {'binary', 'pyz'},
'pyzw': {'binary', 'pyz'},
Expand Down

0 comments on commit 69fcae7

Please sign in to comment.