diff options
Diffstat (limited to '')
-rw-r--r-- | .pre-commit-config.yaml | 4 | ||||
-rw-r--r-- | identify/extensions.py | 1 | ||||
-rw-r--r-- | setup.cfg | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e852425..9107add 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: hooks: - id: setup-cfg-fmt - repo: https://github.com/asottile/reorder-python-imports - rev: v3.10.0 + rev: v3.11.0 hooks: - id: reorder-python-imports args: [--py38-plus, --add-import, 'from __future__ import annotations'] @@ -23,7 +23,7 @@ repos: hooks: - id: add-trailing-comma - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.13.0 hooks: - id: pyupgrade args: [--py38-plus] diff --git a/identify/extensions.py b/identify/extensions.py index 0472366..19db7d3 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -74,6 +74,7 @@ EXTENSIONS = { 'gd': {'text', 'gdscript'}, 'gemspec': {'text', 'ruby'}, 'geojson': {'text', 'geojson', 'json'}, + 'ggb': {'binary', 'zip', 'ggb'}, 'gif': {'binary', 'image', 'gif'}, 'go': {'text', 'go'}, 'gotmpl': {'text', 'gotmpl'}, @@ -1,6 +1,6 @@ [metadata] name = identify -version = 2.5.29 +version = 2.5.30 description = File identification library for Python long_description = file: README.md long_description_content_type = text/markdown |