Compare commits
No commits in common. "9f983c7b030b7f8f2f158b35ebeb9efed8069a6b" and "53742467354875186a2bd445b9adc76fc56d8773" have entirely different histories.
9f983c7b03
...
5374246735
4 changed files with 3 additions and 12 deletions
|
@ -32,11 +32,11 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: autopep8
|
- id: autopep8
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
rev: 7.1.2
|
rev: 7.1.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
exclude: ^identify/vendor/licenses\.py$
|
exclude: ^identify/vendor/licenses\.py$
|
||||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||||
rev: v1.15.0
|
rev: v1.14.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
|
|
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,10 +1,3 @@
|
||||||
identify (2.6.8-1) sid; urgency=medium
|
|
||||||
|
|
||||||
* Updating to standards version 4.7.1.
|
|
||||||
* Merging upstream version 2.6.8.
|
|
||||||
|
|
||||||
-- Daniel Baumann <daniel@debian.org> Tue, 25 Feb 2025 06:11:16 +0100
|
|
||||||
|
|
||||||
identify (2.6.7-1) sid; urgency=medium
|
identify (2.6.7-1) sid; urgency=medium
|
||||||
|
|
||||||
* Merging upstream version 2.6.7.
|
* Merging upstream version 2.6.7.
|
||||||
|
|
|
@ -225,7 +225,6 @@ EXTENSIONS = {
|
||||||
'rs': {'text', 'rust'},
|
'rs': {'text', 'rust'},
|
||||||
'rst': {'text', 'rst'},
|
'rst': {'text', 'rst'},
|
||||||
's': {'text', 'asm'},
|
's': {'text', 'asm'},
|
||||||
'sas': {'text', 'sas'},
|
|
||||||
'sass': {'text', 'sass'},
|
'sass': {'text', 'sass'},
|
||||||
'sbt': {'text', 'sbt', 'scala'},
|
'sbt': {'text', 'sbt', 'scala'},
|
||||||
'sc': {'text', 'scala'},
|
'sc': {'text', 'scala'},
|
||||||
|
@ -286,7 +285,6 @@ EXTENSIONS = {
|
||||||
'wkt': {'text', 'wkt'},
|
'wkt': {'text', 'wkt'},
|
||||||
'woff': {'binary', 'woff'},
|
'woff': {'binary', 'woff'},
|
||||||
'woff2': {'binary', 'woff2'},
|
'woff2': {'binary', 'woff2'},
|
||||||
'wsdl': {'text', 'xml', 'wsdl'},
|
|
||||||
'wsgi': {'text', 'wsgi', 'python'},
|
'wsgi': {'text', 'wsgi', 'python'},
|
||||||
'xhtml': {'text', 'xml', 'html', 'xhtml'},
|
'xhtml': {'text', 'xml', 'html', 'xhtml'},
|
||||||
'xacro': {'text', 'xml', 'urdf', 'xacro'},
|
'xacro': {'text', 'xml', 'urdf', 'xacro'},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = identify
|
name = identify
|
||||||
version = 2.6.8
|
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
Add a link
Reference in a new issue