diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-16 09:45:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-16 09:45:11 +0000 |
commit | f2ae340aa5fc69bc4f305365bfe7ad41cf5f4973 (patch) | |
tree | 10c69f11608df1ba4aa763602ad45e4748d0a6ce /.pre-commit-config.yaml | |
parent | Adding upstream version 3.3.2. (diff) | |
download | pre-commit-f2ae340aa5fc69bc4f305365bfe7ad41cf5f4973.tar.xz pre-commit-f2ae340aa5fc69bc4f305365bfe7ad41cf5f4973.zip |
Adding upstream version 3.3.3.upstream/3.3.3
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 cb03c75..7810d22 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: name-tests-test - id: requirements-txt-fixer - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.2.0 + rev: v2.3.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/asottile/reorder-python-imports @@ -20,12 +20,12 @@ repos: exclude: ^(pre_commit/resources/|testing/resources/python3_hooks_repo/) args: [--py38-plus, --add-import, 'from __future__ import annotations'] - repo: https://github.com/asottile/add-trailing-comma - rev: v2.4.0 + rev: v2.5.1 hooks: - id: add-trailing-comma args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: v3.4.0 + rev: v3.6.0 hooks: - id: pyupgrade args: [--py38-plus] |