summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-04 09:23:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-04 09:23:53 +0000
commit9fa3050aa425b3f4885dfa039f7addcbf620bfda (patch)
treec764fd8deb9b22e9e778aac376bdf4d702d27b70 /.pre-commit-config.yaml
parentAdding upstream version 2.5.26. (diff)
downloadidentify-9fa3050aa425b3f4885dfa039f7addcbf620bfda.tar.xz
identify-9fa3050aa425b3f4885dfa039f7addcbf620bfda.zip
Adding upstream version 2.5.27.upstream/2.5.27
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 3fa68df..93b245a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -19,11 +19,11 @@ repos:
- id: reorder-python-imports
args: [--py38-plus, --add-import, 'from __future__ import annotations']
- repo: https://github.com/asottile/add-trailing-comma
- rev: v3.0.0
+ rev: v3.0.1
hooks:
- id: add-trailing-comma
- repo: https://github.com/asottile/pyupgrade
- rev: v3.9.0
+ rev: v3.10.1
hooks:
- id: pyupgrade
args: [--py38-plus]
@@ -32,11 +32,11 @@ repos:
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
- rev: 6.0.0
+ rev: 6.1.0
hooks:
- id: flake8
exclude: ^identify/vendor/licenses\.py$
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v1.4.1
+ rev: v1.5.0
hooks:
- id: mypy