summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-20 22:23:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-04-19 13:23:03 +0000
commit3987287625ccf6af585dc47dd7016b561e710a42 (patch)
tree142581a822dd9ab7a5088c749c5cff26f488ce50 /.pre-commit-config.yaml
parentReleasing debian version 2.1.2-1. (diff)
downloadidentify-3987287625ccf6af585dc47dd7016b561e710a42.tar.xz
identify-3987287625ccf6af585dc47dd7016b561e710a42.zip
Merging upstream version 2.2.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a1dc351..bb59eb7 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -11,17 +11,17 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/setup-cfg-fmt
- rev: v1.16.0
+ rev: v1.17.0
hooks:
- id: setup-cfg-fmt
- repo: https://gitlab.com/pycqa/flake8
- rev: 3.8.4
+ rev: 3.9.0
hooks:
- id: flake8
exclude: ^identify/vendor/licenses\.py$
additional_dependencies: [flake8-typing-imports==1.10.1]
- repo: https://github.com/pre-commit/mirrors-autopep8
- rev: v1.5.4
+ rev: v1.5.5
hooks:
- id: autopep8
- repo: https://github.com/asottile/reorder_python_imports