diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-18 17:24:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-18 17:24:17 +0000 |
commit | 0226093637324140cbb3fbc9146ed463b1a54eba (patch) | |
tree | a821d54c2e72c90c6bc80f03c473acb007535c9d | |
parent | Adding upstream version 2.2.13. (diff) | |
download | identify-0226093637324140cbb3fbc9146ed463b1a54eba.tar.xz identify-0226093637324140cbb3fbc9146ed463b1a54eba.zip |
Adding upstream version 2.2.14.upstream/2.2.14
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | .pre-commit-config.yaml | 2 | ||||
-rw-r--r-- | identify/extensions.py | 1 | ||||
-rw-r--r-- | setup.cfg | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 19af216..878fbb0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - id: add-trailing-comma args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: v2.23.1 + rev: v2.25.0 hooks: - id: pyupgrade args: [--py36-plus] diff --git a/identify/extensions.py b/identify/extensions.py index 3da6526..8e650ed 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -138,6 +138,7 @@ EXTENSIONS = { 'pp': {'text', 'puppet'}, 'properties': {'text', 'java-properties'}, 'proto': {'text', 'proto'}, + 'ps1': {'text', 'powershell'}, 'puml': {'text', 'plantuml'}, 'purs': {'text', 'purescript'}, 'pxd': {'text', 'cython'}, @@ -1,6 +1,6 @@ [metadata] name = identify -version = 2.2.13 +version = 2.2.14 description = File identification library for Python long_description = file: README.md long_description_content_type = text/markdown |