summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-01-25 13:32:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-01-25 13:32:56 +0000
commit0a9af27fe2fba946d543e12ff881d21fe72dd3ba (patch)
treed90256c9eadd1874af9f19f83348ebc5a3023912 /.pre-commit-config.yaml
parentReleasing debian version 1.5.9-1. (diff)
downloadidentify-0a9af27fe2fba946d543e12ff881d21fe72dd3ba.tar.xz
identify-0a9af27fe2fba946d543e12ff881d21fe72dd3ba.zip
Merging upstream version 1.5.13.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 7187380..59813df 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v2.5.0
+ rev: v3.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@@ -14,16 +14,16 @@ repos:
- id: check-byte-order-marker
- id: fix-encoding-pragma
- repo: https://gitlab.com/pycqa/flake8
- rev: 3.8.0
+ rev: 3.8.4
hooks:
- id: flake8
exclude: ^identify/vendor/licenses\.py$
- repo: https://github.com/pre-commit/mirrors-autopep8
- rev: v1.5.2
+ rev: v1.5.4
hooks:
- id: autopep8
- repo: https://github.com/asottile/reorder_python_imports
- rev: v2.3.0
+ rev: v2.3.6
hooks:
- id: reorder-python-imports
args: [
@@ -31,6 +31,6 @@ repos:
'--add-import', 'from __future__ import unicode_literals',
]
- repo: https://github.com/asottile/add-trailing-comma
- rev: v2.0.1
+ rev: v2.0.2
hooks:
- id: add-trailing-comma