Merging upstream version 2.4.8.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5dfced2292
commit
f1594a26c1
3 changed files with 6 additions and 2 deletions
|
@ -25,7 +25,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: autopep8
|
- id: autopep8
|
||||||
- repo: https://github.com/asottile/reorder_python_imports
|
- repo: https://github.com/asottile/reorder_python_imports
|
||||||
rev: v2.6.0
|
rev: v2.7.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: reorder-python-imports
|
- id: reorder-python-imports
|
||||||
args: [--py37-plus, --add-import, 'from __future__ import annotations']
|
args: [--py37-plus, --add-import, 'from __future__ import annotations']
|
||||||
|
|
|
@ -18,6 +18,7 @@ EXTENSIONS = {
|
||||||
'cc': {'text', 'c++'},
|
'cc': {'text', 'c++'},
|
||||||
'cfg': {'text'},
|
'cfg': {'text'},
|
||||||
'chs': {'text', 'c2hs'},
|
'chs': {'text', 'c2hs'},
|
||||||
|
'cjs': {'text', 'javascript'},
|
||||||
'clj': {'text', 'clojure'},
|
'clj': {'text', 'clojure'},
|
||||||
'cljc': {'text', 'clojure'},
|
'cljc': {'text', 'clojure'},
|
||||||
'cljs': {'text', 'clojure', 'clojurescript'},
|
'cljs': {'text', 'clojure', 'clojurescript'},
|
||||||
|
@ -66,6 +67,7 @@ EXTENSIONS = {
|
||||||
'gypi': {'text', 'gyp', 'python'},
|
'gypi': {'text', 'gyp', 'python'},
|
||||||
'gz': {'binary', 'gzip'},
|
'gz': {'binary', 'gzip'},
|
||||||
'h': {'text', 'header', 'c', 'c++'},
|
'h': {'text', 'header', 'c', 'c++'},
|
||||||
|
'hbs': {'text', 'handlebars'},
|
||||||
'hcl': {'text', 'hcl'},
|
'hcl': {'text', 'hcl'},
|
||||||
'hh': {'text', 'header', 'c++'},
|
'hh': {'text', 'header', 'c++'},
|
||||||
'hpp': {'text', 'header', 'c++'},
|
'hpp': {'text', 'header', 'c++'},
|
||||||
|
@ -108,6 +110,7 @@ EXTENSIONS = {
|
||||||
'lhs': {'text', 'literate-haskell'},
|
'lhs': {'text', 'literate-haskell'},
|
||||||
'libsonnet': {'text', 'jsonnet'},
|
'libsonnet': {'text', 'jsonnet'},
|
||||||
'lidr': {'text', 'idris'},
|
'lidr': {'text', 'idris'},
|
||||||
|
'liquid': {'text', 'liquid'},
|
||||||
'lr': {'text', 'lektor'},
|
'lr': {'text', 'lektor'},
|
||||||
'lua': {'text', 'lua'},
|
'lua': {'text', 'lua'},
|
||||||
'm': {'text', 'c', 'objective-c'},
|
'm': {'text', 'c', 'objective-c'},
|
||||||
|
@ -129,6 +132,7 @@ EXTENSIONS = {
|
||||||
'nims': {'text', 'nim'},
|
'nims': {'text', 'nim'},
|
||||||
'nimble': {'text', 'nimble'},
|
'nimble': {'text', 'nimble'},
|
||||||
'nix': {'text', 'nix'},
|
'nix': {'text', 'nix'},
|
||||||
|
'njk': {'text', 'nunjucks'},
|
||||||
'otf': {'binary', 'otf'},
|
'otf': {'binary', 'otf'},
|
||||||
'p12': {'binary', 'p12'},
|
'p12': {'binary', 'p12'},
|
||||||
'patch': {'text', 'diff'},
|
'patch': {'text', 'diff'},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = identify
|
name = identify
|
||||||
version = 2.4.6
|
version = 2.4.8
|
||||||
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