diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-08-12 11:58:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-08-12 11:58:03 +0000 |
commit | 489d50b72ccb894b7570a7198c3ebb8cb1797819 (patch) | |
tree | 423a22f24a3faf3847cdc9975434341d8350ad14 /.pre-commit-config.yaml | |
parent | Updating watch file. (diff) | |
download | identify-489d50b72ccb894b7570a7198c3ebb8cb1797819.tar.xz identify-489d50b72ccb894b7570a7198c3ebb8cb1797819.zip |
Merging upstream version 2.2.13.
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 696fc44..19af216 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: hooks: - id: autopep8 - repo: https://github.com/asottile/reorder_python_imports - rev: v2.5.0 + rev: v2.6.0 hooks: - id: reorder-python-imports args: [--py3-plus] @@ -35,7 +35,7 @@ repos: - id: add-trailing-comma args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: v2.20.0 + rev: v2.23.1 hooks: - id: pyupgrade args: [--py36-plus] |