diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-03-19 10:15:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-03-19 10:15:46 +0000 |
commit | 5697b461d536250563afd035fee796519d272bcd (patch) | |
tree | 216312e71ae5bff8ae71fed0c0a588e509dc2a5c /.pre-commit-config.yaml | |
parent | Releasing debian version 2.5.19-1. (diff) | |
download | identify-5697b461d536250563afd035fee796519d272bcd.tar.xz identify-5697b461d536250563afd035fee796519d272bcd.zip |
Merging upstream version 2.5.21.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index feb04ae..481b58f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,6 +38,6 @@ repos: - id: flake8 exclude: ^identify/vendor/licenses\.py$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.1 + rev: v1.1.1 hooks: - id: mypy |