diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-31 07:42:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-31 07:42:16 +0000 |
commit | b9de54e009440c0fa9e3a7c4521aa03182fd368c (patch) | |
tree | fba9138665ca71afed9fe87d747b09717ce67c5e /.pre-commit-config.yaml | |
parent | Adding upstream version 2.2.0. (diff) | |
download | identify-b9de54e009440c0fa9e3a7c4521aa03182fd368c.tar.xz identify-b9de54e009440c0fa9e3a7c4521aa03182fd368c.zip |
Adding upstream version 2.2.2.upstream/2.2.2
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 bb59eb7..4d952e1 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.5 + rev: v1.5.6 hooks: - id: autopep8 - repo: https://github.com/asottile/reorder_python_imports @@ -35,7 +35,7 @@ repos: - id: add-trailing-comma args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: v2.10.0 + rev: v2.11.0 hooks: - id: pyupgrade args: [--py36-plus] |