1
0
Fork 0

Merging upstream version 2.6.7.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 05:46:49 +01:00
parent 32c0108f6f
commit 821849723d
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
5 changed files with 5 additions and 3 deletions

View file

@ -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"]'

View file

@ -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

View file

@ -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'},

View file

@ -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'},
} }

View file

@ -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