1
0
Fork 0

Merging upstream version 2.3.4.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-12 21:53:10 +01:00
parent 359366a097
commit 0f0d60d3f5
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 3 additions and 2 deletions

View file

@ -11,7 +11,7 @@ repos:
- id: requirements-txt-fixer - id: requirements-txt-fixer
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/asottile/setup-cfg-fmt - repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.18.0 rev: v1.19.0
hooks: hooks:
- id: setup-cfg-fmt - id: setup-cfg-fmt
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8

View file

@ -154,6 +154,7 @@ EXTENSIONS = {
'r': {'text', 'r'}, 'r': {'text', 'r'},
'rake': {'text', 'ruby'}, 'rake': {'text', 'ruby'},
'rb': {'text', 'ruby'}, 'rb': {'text', 'ruby'},
'rng': {'text', 'xml', 'relax-ng'},
'rs': {'text', 'rust'}, 'rs': {'text', 'rust'},
'rst': {'text', 'rst'}, 'rst': {'text', 'rst'},
's': {'text', 'asm'}, 's': {'text', 'asm'},

View file

@ -1,6 +1,6 @@
[metadata] [metadata]
name = identify name = identify
version = 2.3.3 version = 2.3.4
description = File identification library for Python description = File identification library for Python
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown long_description_content_type = text/markdown