summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:38:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:38:55 +0000
commit02662d8064822ac96da8161fba38272359b93fa6 (patch)
treed511e6d3988cff0375dc9443b7af7172da745850 /.pre-commit-config.yaml
parentReleasing debian version 2.4.1-1. (diff)
downloadidentify-02662d8064822ac96da8161fba38272359b93fa6.tar.xz
identify-02662d8064822ac96da8161fba38272359b93fa6.zip
Merging upstream version 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.yaml6
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