diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-14 14:38:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-14 14:38:42 +0000 |
commit | ff98df2672db894db62d28d4f7a11881f9858a8c (patch) | |
tree | 6f5b94bae64343f244d331c0c04a7a89ff4e2ce9 /.pre-commit-config.yaml | |
parent | Adding upstream version 2.4.1. (diff) | |
download | identify-ff98df2672db894db62d28d4f7a11881f9858a8c.tar.xz identify-ff98df2672db894db62d28d4f7a11881f9858a8c.zip |
Adding upstream version 2.4.4.upstream/2.4.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ab118a..11d1fd8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: exclude: ^identify/vendor/licenses\.py$ additional_dependencies: [flake8-typing-imports==1.10.1] - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v1.5.7 + rev: v1.6.0 hooks: - id: autopep8 - repo: https://github.com/asottile/reorder_python_imports @@ -35,11 +35,11 @@ repos: - id: add-trailing-comma args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: v2.29.1 + rev: v2.31.0 hooks: - id: pyupgrade args: [--py36-plus] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.930 + rev: v0.931 hooks: - id: mypy |