diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 05:33:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 05:33:24 +0000 |
commit | b0bcd1c3ad465da1d50bc47dd6afc8a77c21a85e (patch) | |
tree | da8add9478f5d2ce59a5179e85f6b4c15c395964 /.pre-commit-config.yaml | |
parent | Releasing debian version 3.7.0-1. (diff) | |
download | pre-commit-b0bcd1c3ad465da1d50bc47dd6afc8a77c21a85e.tar.xz pre-commit-b0bcd1c3ad465da1d50bc47dd6afc8a77c21a85e.zip |
Merging upstream version 3.7.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8a0ad8d..6caee40 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: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -24,7 +24,7 @@ repos: hooks: - id: add-trailing-comma - repo: https://github.com/asottile/pyupgrade - rev: v3.15.1 + rev: v3.15.2 hooks: - id: pyupgrade args: [--py39-plus] @@ -37,7 +37,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.9.0 + rev: v1.10.0 hooks: - id: mypy additional_dependencies: [types-all] |