summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-04-11 22:27:44 +0300
committerGitHub <noreply@github.com>2022-04-11 22:27:44 +0300
commitc05b6b409defef5b59449d230683dbf89633fad0 (patch)
tree83e1db1b036a751c65a4eaba14ce63c14b20bfb7
parent585166958b7076edeb7a58be12b7e22c35ec8c0d (diff)
downloadwheel-git-c05b6b409defef5b59449d230683dbf89633fad0.tar.gz
[pre-commit.ci] pre-commit autoupdate (#452)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v4.2.0) - [github.com/asottile/pyupgrade: v2.31.1 → v2.32.0](https://github.com/asottile/pyupgrade/compare/v2.31.1...v2.32.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ee09ebb..71e54c5 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: ^src/wheel/vendored
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.1.0
+ rev: v4.2.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
@@ -24,7 +24,7 @@ repos:
args: ["-a", "from __future__ import annotations"]
- repo: https://github.com/asottile/pyupgrade
- rev: v2.31.1
+ rev: v2.32.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]