Adding upstream version 2.6.7.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9fb3d31d2c
commit
96c70d4b7d
5 changed files with 5 additions and 3 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -8,6 +8,6 @@ on:
|
|||
|
||||
jobs:
|
||||
main:
|
||||
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
|
||||
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
|
||||
with:
|
||||
env: '["py39", "py310", "py311", "py312"]'
|
||||
|
|
|
@ -28,7 +28,7 @@ repos:
|
|||
- id: pyupgrade
|
||||
args: [--py39-plus]
|
||||
- repo: https://github.com/hhatto/autopep8
|
||||
rev: v2.3.1
|
||||
rev: v2.3.2
|
||||
hooks:
|
||||
- id: autopep8
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
|
|
|
@ -250,6 +250,7 @@ EXTENSIONS = {
|
|||
'swiftdeps': {'text', 'swiftdeps'},
|
||||
'tac': {'text', 'twisted', 'python'},
|
||||
'tar': {'binary', 'tar'},
|
||||
'templ': {'text', 'templ'},
|
||||
'tex': {'text', 'tex'},
|
||||
'textproto': {'text', 'textproto'},
|
||||
'tf': {'text', 'terraform'},
|
||||
|
|
|
@ -21,5 +21,6 @@ INTERPRETERS = {
|
|||
'ruby': {'ruby'},
|
||||
'sh': {'shell', 'sh'},
|
||||
'tcsh': {'shell', 'tcsh'},
|
||||
'uv': {'python'},
|
||||
'zsh': {'shell', 'zsh'},
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = identify
|
||||
version = 2.6.6
|
||||
version = 2.6.7
|
||||
description = File identification library for Python
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
|
|
Loading…
Add table
Reference in a new issue