diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-06-14 09:08:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-06-14 09:08:51 +0000 |
commit | 0ae8610e959be1b61be17e50a3e2f3202965249b (patch) | |
tree | 391f3c6cd94d6d60d280e136377d3f9b60f097a3 /.pre-commit-config.yaml | |
parent | Adding upstream version 1.4.15. (diff) | |
download | identify-0ae8610e959be1b61be17e50a3e2f3202965249b.tar.xz identify-0ae8610e959be1b61be17e50a3e2f3202965249b.zip |
Adding upstream version 1.4.19.upstream/1.4.19
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3dd9b8d..7187380 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.1.0 + rev: v2.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -14,16 +14,16 @@ repos: - id: check-byte-order-marker - id: fix-encoding-pragma - repo: https://gitlab.com/pycqa/flake8 - rev: 3.7.7 + rev: 3.8.0 hooks: - id: flake8 exclude: ^identify/vendor/licenses\.py$ - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v1.4.3 + rev: v1.5.2 hooks: - id: autopep8 - repo: https://github.com/asottile/reorder_python_imports - rev: v1.4.0 + rev: v2.3.0 hooks: - id: reorder-python-imports args: [ @@ -31,6 +31,6 @@ repos: '--add-import', 'from __future__ import unicode_literals', ] - repo: https://github.com/asottile/add-trailing-comma - rev: v1.0.0 + rev: v2.0.1 hooks: - id: add-trailing-comma |