diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-25 21:00:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-25 21:00:20 +0000 |
commit | aed86b2d15b7c3eecb31281a87aa59511218b322 (patch) | |
tree | 610d0baca7cdef632ea5a6551b303a6ba1f5e787 /.pre-commit-config.yaml | |
parent | Releasing debian version 1.5.13-1. (diff) | |
download | identify-aed86b2d15b7c3eecb31281a87aa59511218b322.tar.xz identify-aed86b2d15b7c3eecb31281a87aa59511218b322.zip |
Merging upstream version 1.5.14.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59813df..c3381ff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: hooks: - id: autopep8 - repo: https://github.com/asottile/reorder_python_imports - rev: v2.3.6 + rev: v2.4.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: v2.0.2 + rev: v2.1.0 hooks: - id: add-trailing-comma |