1
0
Fork 0

Merging upstream version 2.2.3.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-12 21:47:26 +01:00
parent b41bf1b8e7
commit 31c3efcdae
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
4 changed files with 4 additions and 3 deletions

View file

@ -14,7 +14,7 @@ repos:
rev: v1.17.0
hooks:
- id: setup-cfg-fmt
- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/PyCQA/flake8
rev: 3.9.0
hooks:
- id: flake8

View file

@ -10,7 +10,7 @@ resources:
type: github
endpoint: github
name: asottile/azure-pipeline-templates
ref: refs/tags/v2.0.0
ref: refs/tags/v2.1.0
jobs:
- template: job--python-tox.yml@asottile

View file

@ -58,6 +58,7 @@ EXTENSIONS = {
'gypi': {'text', 'gyp', 'python'},
'gz': {'binary', 'gzip'},
'h': {'text', 'header', 'c', 'c++'},
'hh': {'text', 'header', 'c++'},
'hpp': {'text', 'header', 'c++'},
'hs': {'text', 'haskell'},
'htm': {'text', 'html'},

View file

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