summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-03-11 08:04:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-03-11 08:04:49 +0000
commitff78b125a1f767a763bc73b6edefc7cad35b8c74 (patch)
tree080276319427a8748d2628ac41f38a21ba318a1c /.pre-commit-config.yaml
parentAdding upstream version 2.5.18. (diff)
downloadidentify-ff78b125a1f767a763bc73b6edefc7cad35b8c74.tar.xz
identify-ff78b125a1f767a763bc73b6edefc7cad35b8c74.zip
Adding upstream version 2.5.19.upstream/2.5.19
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b29a10d..feb04ae 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/pre-commit/mirrors-autopep8
- rev: v2.0.1
+ rev: v2.0.2
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
@@ -38,6 +38,6 @@ repos:
- id: flake8
exclude: ^identify/vendor/licenses\.py$
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v0.991
+ rev: v1.0.1
hooks:
- id: mypy