diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-03 08:06:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-03 08:06:52 +0000 |
commit | 8c4873ce1f173d77328573db8b2b97560dcf2b59 (patch) | |
tree | f42b55ea845425de54b61a0a29e9b42bac878f45 /.pre-commit-config.yaml | |
parent | Adding upstream version 2.3.0. (diff) | |
download | identify-8c4873ce1f173d77328573db8b2b97560dcf2b59.tar.xz identify-8c4873ce1f173d77328573db8b2b97560dcf2b59.zip |
Adding upstream version 2.3.3.upstream/2.3.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | .pre-commit-config.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f87a3c..f5881ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,11 +11,11 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.17.0 + rev: v1.18.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 4.0.1 hooks: - id: flake8 exclude: ^identify/vendor/licenses\.py$ @@ -30,16 +30,16 @@ repos: - id: reorder-python-imports args: [--py3-plus] - repo: https://github.com/asottile/add-trailing-comma - rev: v2.1.0 + rev: v2.2.0 hooks: - id: add-trailing-comma args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: v2.28.0 + rev: v2.29.0 hooks: - id: pyupgrade args: [--py36-plus] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.910 + rev: v0.910-1 hooks: - id: mypy |