Skip to content

Commit

Permalink
Add ppm file to extensions
Browse files Browse the repository at this point in the history
PPM is portable pixmap format
  • Loading branch information
andrewring authored and asottile committed Dec 15, 2022
1 parent eb54678 commit e2201fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identify/extensions.py
Expand Up @@ -267,6 +267,7 @@
}
EXTENSIONS_NEED_BINARY_CHECK = {
'plist': {'plist'},
'ppm': {'image', 'ppm'},
}

NAMES = {
Expand Down

0 comments on commit e2201fc

Please sign in to comment.