summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-11-02 17:22:52 +0200
committerGitHub <noreply@github.com>2022-11-02 17:22:52 +0200
commit76275484bc0de72d1f56601dbba3e816fc2f00c6 (patch)
tree1ed079689e138c9c020954c326b3bcd00bf66b27
parent7b9e8e1022b9c850756ef34bc1a4a88042988a86 (diff)
downloadwheel-git-76275484bc0de72d1f56601dbba3e816fc2f00c6.tar.gz
[pre-commit.ci] pre-commit autoupdate (#480)
updates: - [github.com/asottile/pyupgrade: v3.1.0 → v3.2.0](https://github.com/asottile/pyupgrade/compare/v3.1.0...v3.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 2a0fae9..b9db00a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
args: ["-a", "from __future__ import annotations"]
- repo: https://github.com/asottile/pyupgrade
- rev: v3.1.0
+ rev: v3.2.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]