diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-09-12 08:26:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-09-12 08:26:53 +0000 |
commit | bad13c49573e3aa547b1e7a2f28bdbd048e2ecab (patch) | |
tree | cdd47e1b80e7fb3ba8e726a527976184ae8f0dc8 /.pre-commit-config.yaml | |
parent | Adding upstream version 2.5.27. (diff) | |
download | identify-bad13c49573e3aa547b1e7a2f28bdbd048e2ecab.tar.xz identify-bad13c49573e3aa547b1e7a2f28bdbd048e2ecab.zip |
Adding upstream version 2.5.28.upstream/2.5.28
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 93b245a..e852425 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: reorder-python-imports args: [--py38-plus, --add-import, 'from __future__ import annotations'] - repo: https://github.com/asottile/add-trailing-comma - rev: v3.0.1 + rev: v3.1.0 hooks: - id: add-trailing-comma - repo: https://github.com/asottile/pyupgrade @@ -27,8 +27,8 @@ repos: hooks: - id: pyupgrade args: [--py38-plus] -- repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v2.0.2 +- repo: https://github.com/hhatto/autopep8 + rev: v2.0.4 hooks: - id: autopep8 - repo: https://github.com/PyCQA/flake8 @@ -37,6 +37,6 @@ repos: - id: flake8 exclude: ^identify/vendor/licenses\.py$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.0 + rev: v1.5.1 hooks: - id: mypy |