diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-05-03 09:14:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-05-03 09:14:14 +0000 |
commit | 1977fc672a727179462f2f852f574881923e98ad (patch) | |
tree | 823494f2c12ba1f5880fe2f80b39353a1cdadd58 /.pre-commit-config.yaml | |
parent | Releasing debian version 2.5.22-1. (diff) | |
download | identify-1977fc672a727179462f2f852f574881923e98ad.tar.xz identify-1977fc672a727179462f2f852f574881923e98ad.zip |
Merging upstream version 2.5.23.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 481b58f..3bfeacb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: add-trailing-comma args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.3.2 hooks: - id: pyupgrade args: [--py37-plus] @@ -38,6 +38,6 @@ repos: - id: flake8 exclude: ^identify/vendor/licenses\.py$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.1.1 + rev: v1.2.0 hooks: - id: mypy |