Merging upstream version 2.6.7.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
32c0108f6f
commit
821849723d
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:
|
jobs:
|
||||||
main:
|
main:
|
||||||
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
|
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
|
||||||
with:
|
with:
|
||||||
env: '["py39", "py310", "py311", "py312"]'
|
env: '["py39", "py310", "py311", "py312"]'
|
||||||
|
|
|
@ -28,7 +28,7 @@ repos:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: [--py39-plus]
|
args: [--py39-plus]
|
||||||
- repo: https://github.com/hhatto/autopep8
|
- repo: https://github.com/hhatto/autopep8
|
||||||
rev: v2.3.1
|
rev: v2.3.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: autopep8
|
- id: autopep8
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
|
|
|
@ -250,6 +250,7 @@ EXTENSIONS = {
|
||||||
'swiftdeps': {'text', 'swiftdeps'},
|
'swiftdeps': {'text', 'swiftdeps'},
|
||||||
'tac': {'text', 'twisted', 'python'},
|
'tac': {'text', 'twisted', 'python'},
|
||||||
'tar': {'binary', 'tar'},
|
'tar': {'binary', 'tar'},
|
||||||
|
'templ': {'text', 'templ'},
|
||||||
'tex': {'text', 'tex'},
|
'tex': {'text', 'tex'},
|
||||||
'textproto': {'text', 'textproto'},
|
'textproto': {'text', 'textproto'},
|
||||||
'tf': {'text', 'terraform'},
|
'tf': {'text', 'terraform'},
|
||||||
|
|
|
@ -21,5 +21,6 @@ INTERPRETERS = {
|
||||||
'ruby': {'ruby'},
|
'ruby': {'ruby'},
|
||||||
'sh': {'shell', 'sh'},
|
'sh': {'shell', 'sh'},
|
||||||
'tcsh': {'shell', 'tcsh'},
|
'tcsh': {'shell', 'tcsh'},
|
||||||
|
'uv': {'python'},
|
||||||
'zsh': {'shell', 'zsh'},
|
'zsh': {'shell', 'zsh'},
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = identify
|
name = identify
|
||||||
version = 2.6.6
|
version = 2.6.7
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue