Merging upstream version 2.5.36.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e5cab2e034
commit
05a56ab863
3 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.5.0
|
rev: v4.6.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
|
@ -23,12 +23,12 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: add-trailing-comma
|
- id: add-trailing-comma
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v3.15.0
|
rev: v3.15.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: [--py38-plus]
|
args: [--py38-plus]
|
||||||
- repo: https://github.com/hhatto/autopep8
|
- repo: https://github.com/hhatto/autopep8
|
||||||
rev: v2.0.4
|
rev: v2.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: autopep8
|
- id: autopep8
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
|
@ -37,6 +37,6 @@ repos:
|
||||||
- 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.8.0
|
rev: v1.9.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
|
|
|
@ -341,6 +341,8 @@ NAMES = {
|
||||||
'.zshenv': EXTENSIONS['zsh'],
|
'.zshenv': EXTENSIONS['zsh'],
|
||||||
'AUTHORS': EXTENSIONS['txt'],
|
'AUTHORS': EXTENSIONS['txt'],
|
||||||
'BUILD': EXTENSIONS['bzl'],
|
'BUILD': EXTENSIONS['bzl'],
|
||||||
|
'Cargo.toml': EXTENSIONS['toml'] | {'cargo'},
|
||||||
|
'Cargo.lock': EXTENSIONS['toml'] | {'cargo-lock'},
|
||||||
'CMakeLists.txt': EXTENSIONS['cmake'],
|
'CMakeLists.txt': EXTENSIONS['cmake'],
|
||||||
'CHANGELOG': EXTENSIONS['txt'],
|
'CHANGELOG': EXTENSIONS['txt'],
|
||||||
'config.ru': EXTENSIONS['rb'],
|
'config.ru': EXTENSIONS['rb'],
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = identify
|
name = identify
|
||||||
version = 2.5.35
|
version = 2.5.36
|
||||||
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